Enum Space.AccessSettings.AccessState (0.16.0)

public enum Space.AccessSettings.AccessState extends Enum<Space.AccessSettings.AccessState> implements ProtocolMessageEnum

Represents the access state of the space.

Protobuf enum google.chat.v1.Space.AccessSettings.AccessState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACCESS_STATE_UNSPECIFIED

Access state is unknown or not supported in this API.

ACCESS_STATE_UNSPECIFIED = 0;

ACCESS_STATE_UNSPECIFIED_VALUE

Access state is unknown or not supported in this API.

ACCESS_STATE_UNSPECIFIED = 0;

DISCOVERABLE

A space manager has granted a target audience access to the space. Users or Google Groups that have been individually added or invited to the space can also discover and access the space. To learn more, see Make a space discoverable to specific users.

DISCOVERABLE = 2;

DISCOVERABLE_VALUE

A space manager has granted a target audience access to the space. Users or Google Groups that have been individually added or invited to the space can also discover and access the space. To learn more, see Make a space discoverable to specific users.

DISCOVERABLE = 2;

PRIVATE

Only users or Google Groups that have been individually added or invited by other users or Google Workspace administrators can discover and access the space.

PRIVATE = 1;

PRIVATE_VALUE

Only users or Google Groups that have been individually added or invited by other users or Google Workspace administrators can discover and access the space.

PRIVATE = 1;

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