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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
SPACE_VIEW_EXPANDED |
Populates Space resource fields. Note: the |
SPACE_VIEW_EXPANDED_VALUE |
Populates Space resource fields. Note: the |
SPACE_VIEW_RESOURCE_NAME_ONLY |
Populates only the Space resource name. |
SPACE_VIEW_RESOURCE_NAME_ONLY_VALUE |
Populates only the Space resource name. |
SPACE_VIEW_UNSPECIFIED |
The default / unset value. |
SPACE_VIEW_UNSPECIFIED_VALUE |
The default / unset value. |
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() |
|