Interface Intent.Message.ColumnPropertiesOrBuilder (4.43.0)

public static interface Intent.Message.ColumnPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeader()

public abstract String getHeader()

Required. Column heading.

string header = 1;

Returns
TypeDescription
String

The header.

getHeaderBytes()

public abstract ByteString getHeaderBytes()

Required. Column heading.

string header = 1;

Returns
TypeDescription
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.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;

Returns
TypeDescription
Intent.Message.ColumnProperties.HorizontalAlignment

The horizontalAlignment.

getHorizontalAlignmentValue()

public abstract int getHorizontalAlignmentValue()

Optional. Defines text alignment for all cells in this column.

.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for horizontalAlignment.