public static interface Intent.Message.ColumnPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHeader()
public abstract String getHeader()Required. Column heading.
string header = 1;
| Type | Description |
| String | The header. |
getHeaderBytes()
public abstract ByteString getHeaderBytes()Required. Column heading.
string header = 1;
| Type | Description |
| ByteString | The bytes for header. |
getHorizontalAlignment()
public abstract Intent.Message.ColumnProperties.HorizontalAlignment getHorizontalAlignment()Optional. Defines text alignment for all cells in this column.
.google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Intent.Message.ColumnProperties.HorizontalAlignment | The horizontalAlignment. |
getHorizontalAlignmentValue()
public abstract int getHorizontalAlignmentValue()Optional. Defines text alignment for all cells in this column.
.google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int | The enum numeric value on the wire for horizontalAlignment. |