Enum SpaceView (0.57.0)

public enum SpaceView extends Enum<SpaceView> implements ProtocolMessageEnum

A view that specifies which fields should be populated on the Space resource. To ensure compatibility with future releases, we recommend that your code account for additional values.

Protobuf enum google.chat.v1.SpaceView

Implements

ProtocolMessageEnum

Static Fields

Name Description
SPACE_VIEW_EXPANDED

Populates Space resource fields. Note: the permissionSettings field will not be populated. Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow reading space data, for example, https://www.googleapis.com/auth/chat.spaces or https://www.googleapis.com/auth/chat.spaces.readonly.

SPACE_VIEW_EXPANDED = 4;

SPACE_VIEW_EXPANDED_VALUE

Populates Space resource fields. Note: the permissionSettings field will not be populated. Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow reading space data, for example, https://www.googleapis.com/auth/chat.spaces or https://www.googleapis.com/auth/chat.spaces.readonly.

SPACE_VIEW_EXPANDED = 4;

SPACE_VIEW_RESOURCE_NAME_ONLY

Populates only the Space resource name.

SPACE_VIEW_RESOURCE_NAME_ONLY = 3;

SPACE_VIEW_RESOURCE_NAME_ONLY_VALUE

Populates only the Space resource name.

SPACE_VIEW_RESOURCE_NAME_ONLY = 3;

SPACE_VIEW_UNSPECIFIED

The default / unset value.

SPACE_VIEW_UNSPECIFIED = 0;

SPACE_VIEW_UNSPECIFIED_VALUE

The default / unset value.

SPACE_VIEW_UNSPECIFIED = 0;

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