Enum PositionSectionRequest.Position (0.55.0)

public enum PositionSectionRequest.Position extends Enum<PositionSectionRequest.Position> implements ProtocolMessageEnum

The position of the section.

Protobuf enum google.chat.v1.PositionSectionRequest.Position

Implements

ProtocolMessageEnum

Static Fields

Name Description
END

End of the list of sections.

END = 2;

END_VALUE

End of the list of sections.

END = 2;

POSITION_UNSPECIFIED

Unspecified position.

POSITION_UNSPECIFIED = 0;

POSITION_UNSPECIFIED_VALUE

Unspecified position.

POSITION_UNSPECIFIED = 0;

START

Start of the list of sections.

START = 1;

START_VALUE

Start of the list of sections.

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