Enum Membership.Affiliation (0.59.0)

public enum Membership.Affiliation extends Enum<Membership.Affiliation> implements ProtocolMessageEnum

Represents 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

ProtocolMessageEnum

Static Fields

Name Description
AFFILIATION_UNSPECIFIED

Default value. This value is unused.

AFFILIATION_UNSPECIFIED = 0;

AFFILIATION_UNSPECIFIED_VALUE

Default value. This value is unused.

AFFILIATION_UNSPECIFIED = 0;

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 = 2;

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).

EXTERNAL = 2;

INTERNAL

An account managed by the same Google Workspace organization that owns the space.

INTERNAL = 1;

INTERNAL_VALUE

An account managed by the same Google Workspace organization that owns the space.

INTERNAL = 1;

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 = 3;

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.

MANAGED_EXTERNAL = 3;

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()