| Package | Description |
|---|---|
| com.google.api.services.computeaccounts | |
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.Users.Insert |
Computeaccounts.Users.insert(String project,
User content)
Creates a user resource in the specified project using the data included in the request.
|
| Constructor and Description |
|---|
Computeaccounts.Users.Insert(String project,
User content)
Creates a user resource in the specified project using the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.set(String fieldName,
Object value) |
User |
User.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
User |
User.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
User |
User.setGroups(List<String> groups)
[Output Only] A list of URLs to Group resources who contain the user.
|
User |
User.setId(BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
User |
User.setKind(String kind)
[Output Only] Type of the resource.
|
User |
User.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
User |
User.setOwner(String owner)
Email address of account's owner.
|
User |
User.setPublicKeys(List<PublicKey> publicKeys)
[Output Only] Public keys that this user may use to login.
|
User |
User.setSelfLink(String selfLink)
[Output Only] Server defined URL for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserList.getItems()
[Output Only] A list of User resources.
|
| Modifier and Type | Method and Description |
|---|---|
UserList |
UserList.setItems(List<User> items)
[Output Only] A list of User resources.
|