| Package | Description |
|---|---|
| com.google.api.services.computeaccounts | |
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.Groups.Insert |
Computeaccounts.Groups.insert(String project,
Group content)
Creates a group resource in the specified project using the data included in the request.
|
| Constructor and Description |
|---|
Computeaccounts.Groups.Insert(String project,
Group content)
Creates a group resource in the specified project using the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Group |
Group.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Group |
Group.setId(BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Group |
Group.setKind(String kind)
[Output Only] Type of the resource.
|
Group |
Group.setMembers(List<String> members)
[Output Only] A list of URLs to User resources who belong to the group.
|
Group |
Group.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Group |
Group.setSelfLink(String selfLink)
[Output Only] Server defined URL for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupList.getItems()
[Output Only] A list of Group resources.
|
| Modifier and Type | Method and Description |
|---|---|
GroupList |
GroupList.setItems(List<Group> items)
[Output Only] A list of Group resources.
|