Package com.google.cloud.dialogflow.v2
Interface Intent.Message.ColumnPropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.ColumnProperties
,Intent.Message.ColumnProperties.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.ColumnPropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHeader()
Required.com.google.protobuf.ByteString
getHeaderBytes()
Required.Intent.Message.ColumnProperties.HorizontalAlignment
getHorizontalAlignment()
Optional.int
getHorizontalAlignmentValue()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeader
String getHeader()
Required. Column heading.
string header = 1;
- Returns:
- The header.
-
getHeaderBytes
com.google.protobuf.ByteString getHeaderBytes()
Required. Column heading.
string header = 1;
- Returns:
- The bytes for header.
-
getHorizontalAlignmentValue
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];
- Returns:
- The enum numeric value on the wire for horizontalAlignment.
-
getHorizontalAlignment
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];
- Returns:
- The horizontalAlignment.
-
-