public static interface Intent.Message.ColumnPropertiesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHeader()
Required.
|
ByteString |
getHeaderBytes()
Required.
|
Intent.Message.ColumnProperties.HorizontalAlignment |
getHorizontalAlignment()
Optional.
|
int |
getHorizontalAlignmentValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getHeader()
Required. Column heading.
string header = 1;
ByteString getHeaderBytes()
Required. Column heading.
string header = 1;
int getHorizontalAlignmentValue()
Optional. Defines text alignment for all cells in this column.
.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;
Intent.Message.ColumnProperties.HorizontalAlignment getHorizontalAlignment()
Optional. Defines text alignment for all cells in this column.
.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;
Copyright © 2022 Google LLC. All rights reserved.