Enum Section.SectionType (0.55.0)

public enum Section.SectionType extends Enum<Section.SectionType> implements ProtocolMessageEnum

Section types.

Protobuf enum google.chat.v1.Section.SectionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOM_SECTION

Custom section.

CUSTOM_SECTION = 1;

CUSTOM_SECTION_VALUE

Custom section.

CUSTOM_SECTION = 1;

DEFAULT_APPS

Default section containing a user's installed apps.

DEFAULT_APPS = 6;

DEFAULT_APPS_VALUE

Default section containing a user's installed apps.

DEFAULT_APPS = 6;

DEFAULT_DIRECT_MESSAGES

Default section containing DIRECT_MESSAGE between two human users or GROUP_CHAT spaces that don't belong to any custom section.

DEFAULT_DIRECT_MESSAGES = 2;

DEFAULT_DIRECT_MESSAGES_VALUE

Default section containing DIRECT_MESSAGE between two human users or GROUP_CHAT spaces that don't belong to any custom section.

DEFAULT_DIRECT_MESSAGES = 2;

DEFAULT_SPACES

Default spaces that don't belong to any custom section.

DEFAULT_SPACES = 3;

DEFAULT_SPACES_VALUE

Default spaces that don't belong to any custom section.

DEFAULT_SPACES = 3;

SECTION_TYPE_UNSPECIFIED

Unspecified section type.

SECTION_TYPE_UNSPECIFIED = 0;

SECTION_TYPE_UNSPECIFIED_VALUE

Unspecified section type.

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