| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
EntityKey |
EntityKey.clone() |
EntityKey |
Group.getGroupKey()
Required.
|
EntityKey |
GroupRelation.getGroupKey()
Entity key has an id and a namespace.
|
EntityKey |
MembershipRelation.getGroupKey()
The `EntityKey` of the `Group`.
|
EntityKey |
Membership.getPreferredMemberKey()
Required.
|
EntityKey |
EntityKey.set(String fieldName,
Object value) |
EntityKey |
EntityKey.setId(String id)
The ID of the entity.
|
EntityKey |
EntityKey.setNamespace(String namespace)
The namespace in which the entity exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityKey> |
Group.getAdditionalGroupKeys()
Output only.
|
List<EntityKey> |
MemberRelation.getPreferredMemberKey()
Entity key has an id and a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setGroupKey(EntityKey groupKey)
Required.
|
GroupRelation |
GroupRelation.setGroupKey(EntityKey groupKey)
Entity key has an id and a namespace.
|
MembershipRelation |
MembershipRelation.setGroupKey(EntityKey groupKey)
The `EntityKey` of the `Group`.
|
Membership |
Membership.setPreferredMemberKey(EntityKey preferredMemberKey)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setAdditionalGroupKeys(List<EntityKey> additionalGroupKeys)
Output only.
|
MemberRelation |
MemberRelation.setPreferredMemberKey(List<EntityKey> preferredMemberKey)
Entity key has an id and a namespace.
|
Copyright © 2011–2024 Google. All rights reserved.