public enum Membership.Affiliation extends Enum<Membership.Affiliation> implements ProtocolMessageEnumRepresents the affiliation of a user to the Google Workspace organization that owns the space. This enum may have more values added in the future.
Protobuf enum google.chat.v1.Membership.Affiliation
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AFFILIATION_UNSPECIFIED |
Default value. This value is unused. |
AFFILIATION_UNSPECIFIED_VALUE |
Default value. This value is unused. |
EXTERNAL |
An account external to the Google Workspace organization that owns the space (e.g., a consumer account, or an account managed by a different Workspace organization). |
EXTERNAL_VALUE |
An account external to the Google Workspace organization that owns the space (e.g., a consumer account, or an account managed by a different Workspace organization). |
INTERNAL |
An account managed by the same Google Workspace organization that owns the space. |
INTERNAL_VALUE |
An account managed by the same Google Workspace organization that owns the space. |
MANAGED_EXTERNAL |
An account managed by the Workspace organization that owns the space, but provisioned for a user who is external to the organization (e.g., a Guest user). To learn more about guests, see https://support.google.com/chat/answer/16997417. |
MANAGED_EXTERNAL_VALUE |
An account managed by the Workspace organization that owns the space, but provisioned for a user who is external to the organization (e.g., a Guest user). To learn more about guests, see https://support.google.com/chat/answer/16997417. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|