| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GroupRelation |
GroupRelation.clone() |
GroupRelation |
GroupRelation.set(String fieldName,
Object value) |
GroupRelation |
GroupRelation.setDisplayName(String displayName)
Display name for this group.
|
GroupRelation |
GroupRelation.setGroup(String group)
Resource name for this group.
|
GroupRelation |
GroupRelation.setGroupKey(EntityKey groupKey)
Entity key has an id and a namespace.
|
GroupRelation |
GroupRelation.setLabels(Map<String,String> labels)
Labels for Group resource.
|
GroupRelation |
GroupRelation.setRelationType(String relationType)
The relation between the member and the transitive group.
|
GroupRelation |
GroupRelation.setRoles(List<TransitiveMembershipRole> roles)
Membership roles of the member for the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupRelation> |
SearchTransitiveGroupsResponse.getMemberships()
List of transitive groups satisfying the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTransitiveGroupsResponse |
SearchTransitiveGroupsResponse.setMemberships(List<GroupRelation> memberships)
List of transitive groups satisfying the query.
|
Copyright © 2011–2024 Google. All rights reserved.