Enum Intent.Message.ColumnProperties.HorizontalAlignment (4.47.0)

public enum Intent.Message.ColumnProperties.HorizontalAlignment extends Enum<Intent.Message.ColumnProperties.HorizontalAlignment> implements ProtocolMessageEnum

Text alignments within a cell.

Protobuf enum google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CENTER

Text is centered in the column.

CENTER = 2;

CENTER_VALUE

Text is centered in the column.

CENTER = 2;

HORIZONTAL_ALIGNMENT_UNSPECIFIED

Text is aligned to the leading edge of the column.

HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0;

HORIZONTAL_ALIGNMENT_UNSPECIFIED_VALUE

Text is aligned to the leading edge of the column.

HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0;

LEADING

Text is aligned to the leading edge of the column.

LEADING = 1;

LEADING_VALUE

Text is aligned to the leading edge of the column.

LEADING = 1;

TRAILING

Text is aligned to the trailing edge of the column.

TRAILING = 3;

TRAILING_VALUE

Text is aligned to the trailing edge of the column.

TRAILING = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()