| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MembershipRelation |
MembershipRelation.clone() |
MembershipRelation |
MembershipRelation.set(String fieldName,
Object value) |
MembershipRelation |
MembershipRelation.setDescription(String description)
An extended description to help users determine the purpose of a `Group`.
|
MembershipRelation |
MembershipRelation.setDisplayName(String displayName)
The display name of the `Group`.
|
MembershipRelation |
MembershipRelation.setGroup(String group)
The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`.
|
MembershipRelation |
MembershipRelation.setGroupKey(EntityKey groupKey)
The `EntityKey` of the `Group`.
|
MembershipRelation |
MembershipRelation.setLabels(Map<String,String> labels)
One or more label entries that apply to the Group.
|
MembershipRelation |
MembershipRelation.setMembership(String membership)
The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Membership`.
|
MembershipRelation |
MembershipRelation.setRoles(List<MembershipRole> roles)
The `MembershipRole`s that apply to the `Membership`.
|
| Modifier and Type | Method and Description |
|---|---|
List<MembershipRelation> |
SearchDirectGroupsResponse.getMemberships()
List of direct groups satisfying the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDirectGroupsResponse |
SearchDirectGroupsResponse.setMemberships(List<MembershipRelation> memberships)
List of direct groups satisfying the query.
|
Copyright © 2011–2024 Google. All rights reserved.