public static enum Intent.Message.ColumnProperties.HorizontalAlignment extends Enum<Intent.Message.ColumnProperties.HorizontalAlignment> implements com.google.protobuf.ProtocolMessageEnum
Text alignments within a cell.Protobuf enum
google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment| Enum Constant and Description |
|---|
CENTER
Text is centered in the column.
|
HORIZONTAL_ALIGNMENT_UNSPECIFIED
Text is aligned to the leading edge of the column.
|
LEADING
Text is aligned to the leading edge of the column.
|
TRAILING
Text is aligned to the trailing edge of the column.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER_VALUE
Text is centered in the column.
|
static int |
HORIZONTAL_ALIGNMENT_UNSPECIFIED_VALUE
Text is aligned to the leading edge of the column.
|
static int |
LEADING_VALUE
Text is aligned to the leading edge of the column.
|
static int |
TRAILING_VALUE
Text is aligned to the trailing edge of the column.
|
| Modifier and Type | Method and Description |
|---|---|
static Intent.Message.ColumnProperties.HorizontalAlignment |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Intent.Message.ColumnProperties.HorizontalAlignment> |
internalGetValueMap() |
static Intent.Message.ColumnProperties.HorizontalAlignment |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Intent.Message.ColumnProperties.HorizontalAlignment |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Intent.Message.ColumnProperties.HorizontalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Intent.Message.ColumnProperties.HorizontalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Intent.Message.ColumnProperties.HorizontalAlignment HORIZONTAL_ALIGNMENT_UNSPECIFIED
Text is aligned to the leading edge of the column.
HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0;public static final Intent.Message.ColumnProperties.HorizontalAlignment LEADING
Text is aligned to the leading edge of the column.
LEADING = 1;public static final Intent.Message.ColumnProperties.HorizontalAlignment CENTER
Text is centered in the column.
CENTER = 2;public static final Intent.Message.ColumnProperties.HorizontalAlignment TRAILING
Text is aligned to the trailing edge of the column.
TRAILING = 3;public static final Intent.Message.ColumnProperties.HorizontalAlignment UNRECOGNIZED
public static final int HORIZONTAL_ALIGNMENT_UNSPECIFIED_VALUE
Text is aligned to the leading edge of the column.
HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0;public static final int LEADING_VALUE
Text is aligned to the leading edge of the column.
LEADING = 1;public static final int CENTER_VALUE
Text is centered in the column.
CENTER = 2;public static final int TRAILING_VALUE
Text is aligned to the trailing edge of the column.
TRAILING = 3;public static Intent.Message.ColumnProperties.HorizontalAlignment[] values()
for (Intent.Message.ColumnProperties.HorizontalAlignment c : Intent.Message.ColumnProperties.HorizontalAlignment.values()) System.out.println(c);
public static Intent.Message.ColumnProperties.HorizontalAlignment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Intent.Message.ColumnProperties.HorizontalAlignment valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Intent.Message.ColumnProperties.HorizontalAlignment forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Intent.Message.ColumnProperties.HorizontalAlignment> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Intent.Message.ColumnProperties.HorizontalAlignment valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.