public static final class Intent.Message.ColumnProperties extends GeneratedMessageV3 implements Intent.Message.ColumnPropertiesOrBuilder
Column properties for
TableCard.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HORIZONTAL_ALIGNMENT_FIELD_NUMBER
public static final int HORIZONTAL_ALIGNMENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Intent.Message.ColumnProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Intent.Message.ColumnProperties.Builder newBuilder()
newBuilder(Intent.Message.ColumnProperties prototype)
public static Intent.Message.ColumnProperties.Builder newBuilder(Intent.Message.ColumnProperties prototype)
public static Intent.Message.ColumnProperties parseDelimitedFrom(InputStream input)
public static Intent.Message.ColumnProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Intent.Message.ColumnProperties parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ColumnProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Intent.Message.ColumnProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ColumnProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ColumnProperties parseFrom(CodedInputStream input)
public static Intent.Message.ColumnProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ColumnProperties parseFrom(InputStream input)
public static Intent.Message.ColumnProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Intent.Message.ColumnProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ColumnProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Intent.Message.ColumnProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Intent.Message.ColumnProperties getDefaultInstanceForType()
getHeader()
public String getHeader()
Required. Column heading.
string header = 1;
Returns |
Type |
Description |
String |
The header.
|
getHeaderBytes()
public ByteString getHeaderBytes()
Required. Column heading.
string header = 1;
Returns |
Type |
Description |
ByteString |
The bytes for header.
|
getHorizontalAlignment()
public 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;
getHorizontalAlignmentValue()
public int getHorizontalAlignmentValue()
Optional. Defines text alignment for all cells in this column.
.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for horizontalAlignment.
|
getParserForType()
public Parser<Intent.Message.ColumnProperties> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Intent.Message.ColumnProperties.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.ColumnProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Intent.Message.ColumnProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides