| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1 | |
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.Groups.Create |
CloudIdentity.Groups.create(Group content)
Creates a Group.
|
CloudIdentity.Groups.Patch |
CloudIdentity.Groups.patch(String name,
Group content)
Updates a `Group`.
|
| Constructor and Description |
|---|
Create(Group content)
Creates a Group.
|
Patch(String name,
Group content)
Updates a `Group`.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setAdditionalGroupKeys(List<EntityKey> additionalGroupKeys)
Output only.
|
Group |
Group.setCreateTime(String createTime)
Output only.
|
Group |
Group.setDescription(String description)
An extended description to help users determine the purpose of a `Group`.
|
Group |
Group.setDisplayName(String displayName)
The display name of the `Group`.
|
Group |
Group.setDynamicGroupMetadata(DynamicGroupMetadata dynamicGroupMetadata)
Optional.
|
Group |
Group.setGroupKey(EntityKey groupKey)
Required.
|
Group |
Group.setLabels(Map<String,String> labels)
Required.
|
Group |
Group.setName(String name)
Output only.
|
Group |
Group.setParent(String parent)
Required.
|
Group |
Group.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GetMembershipGraphResponse.getGroups()
The resources representing each group in the adjacency list.
|
List<Group> |
SearchGroupsResponse.getGroups()
The `Group` resources that match the search query.
|
List<Group> |
ListGroupsResponse.getGroups()
Groups returned in response to list request.
|
| Modifier and Type | Method and Description |
|---|---|
GetMembershipGraphResponse |
GetMembershipGraphResponse.setGroups(List<Group> groups)
The resources representing each group in the adjacency list.
|
SearchGroupsResponse |
SearchGroupsResponse.setGroups(List<Group> groups)
The `Group` resources that match the search query.
|
ListGroupsResponse |
ListGroupsResponse.setGroups(List<Group> groups)
Groups returned in response to list request.
|
Copyright © 2011–2024 Google. All rights reserved.