public static final class UserProtos.ColumnMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder> implements UserProtos.ColumnMetadataOrBuilder
Message encapsulating metadata for a Column.Protobuf type
exec.user.ColumnMetadata
Modifier and Type | Method and Description |
---|---|
UserProtos.ColumnMetadata.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.ColumnMetadata |
build() |
UserProtos.ColumnMetadata |
buildPartial() |
UserProtos.ColumnMetadata.Builder |
clear() |
UserProtos.ColumnMetadata.Builder |
clearCatalogName()
optional string catalog_name = 1; |
UserProtos.ColumnMetadata.Builder |
clearCharMaxLength()
optional int32 char_max_length = 9; |
UserProtos.ColumnMetadata.Builder |
clearCharOctetLength()
optional int32 char_octet_length = 10; |
UserProtos.ColumnMetadata.Builder |
clearColumnName()
optional string column_name = 4; |
UserProtos.ColumnMetadata.Builder |
clearColumnSize()
optional int32 column_size = 17; |
UserProtos.ColumnMetadata.Builder |
clearDataType()
optional string data_type = 8; |
UserProtos.ColumnMetadata.Builder |
clearDateTimePrecision()
optional int32 date_time_precision = 14; |
UserProtos.ColumnMetadata.Builder |
clearDefaultValue()
optional string default_value = 6; |
UserProtos.ColumnMetadata.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserProtos.ColumnMetadata.Builder |
clearIntervalPrecision()
optional int32 interval_precision = 16; |
UserProtos.ColumnMetadata.Builder |
clearIntervalType()
optional string interval_type = 15; |
UserProtos.ColumnMetadata.Builder |
clearIsNullable()
optional bool is_nullable = 7; |
UserProtos.ColumnMetadata.Builder |
clearNumericPrecision()
optional int32 numeric_precision = 11; |
UserProtos.ColumnMetadata.Builder |
clearNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12; |
UserProtos.ColumnMetadata.Builder |
clearNumericScale()
optional int32 numeric_scale = 13; |
UserProtos.ColumnMetadata.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserProtos.ColumnMetadata.Builder |
clearOrdinalPosition()
optional int32 ordinal_position = 5; |
UserProtos.ColumnMetadata.Builder |
clearSchemaName()
optional string schema_name = 2; |
UserProtos.ColumnMetadata.Builder |
clearTableName()
optional string table_name = 3; |
UserProtos.ColumnMetadata.Builder |
clone() |
String |
getCatalogName()
optional string catalog_name = 1; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
optional string catalog_name = 1; |
int |
getCharMaxLength()
optional int32 char_max_length = 9; |
int |
getCharOctetLength()
optional int32 char_octet_length = 10; |
String |
getColumnName()
optional string column_name = 4; |
com.google.protobuf.ByteString |
getColumnNameBytes()
optional string column_name = 4; |
int |
getColumnSize()
optional int32 column_size = 17; |
String |
getDataType()
optional string data_type = 8; |
com.google.protobuf.ByteString |
getDataTypeBytes()
optional string data_type = 8; |
int |
getDateTimePrecision()
optional int32 date_time_precision = 14; |
UserProtos.ColumnMetadata |
getDefaultInstanceForType() |
String |
getDefaultValue()
optional string default_value = 6; |
com.google.protobuf.ByteString |
getDefaultValueBytes()
optional string default_value = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getIntervalPrecision()
optional int32 interval_precision = 16; |
String |
getIntervalType()
optional string interval_type = 15; |
com.google.protobuf.ByteString |
getIntervalTypeBytes()
optional string interval_type = 15; |
boolean |
getIsNullable()
optional bool is_nullable = 7; |
int |
getNumericPrecision()
optional int32 numeric_precision = 11; |
int |
getNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12; |
int |
getNumericScale()
optional int32 numeric_scale = 13; |
int |
getOrdinalPosition()
optional int32 ordinal_position = 5; |
String |
getSchemaName()
optional string schema_name = 2; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 2; |
String |
getTableName()
optional string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 3; |
boolean |
hasCatalogName()
optional string catalog_name = 1; |
boolean |
hasCharMaxLength()
optional int32 char_max_length = 9; |
boolean |
hasCharOctetLength()
optional int32 char_octet_length = 10; |
boolean |
hasColumnName()
optional string column_name = 4; |
boolean |
hasColumnSize()
optional int32 column_size = 17; |
boolean |
hasDataType()
optional string data_type = 8; |
boolean |
hasDateTimePrecision()
optional int32 date_time_precision = 14; |
boolean |
hasDefaultValue()
optional string default_value = 6; |
boolean |
hasIntervalPrecision()
optional int32 interval_precision = 16; |
boolean |
hasIntervalType()
optional string interval_type = 15; |
boolean |
hasIsNullable()
optional bool is_nullable = 7; |
boolean |
hasNumericPrecision()
optional int32 numeric_precision = 11; |
boolean |
hasNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12; |
boolean |
hasNumericScale()
optional int32 numeric_scale = 13; |
boolean |
hasOrdinalPosition()
optional int32 ordinal_position = 5; |
boolean |
hasSchemaName()
optional string schema_name = 2; |
boolean |
hasTableName()
optional string table_name = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserProtos.ColumnMetadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserProtos.ColumnMetadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserProtos.ColumnMetadata.Builder |
mergeFrom(UserProtos.ColumnMetadata other) |
UserProtos.ColumnMetadata.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserProtos.ColumnMetadata.Builder |
setCatalogName(String value)
optional string catalog_name = 1; |
UserProtos.ColumnMetadata.Builder |
setCatalogNameBytes(com.google.protobuf.ByteString value)
optional string catalog_name = 1; |
UserProtos.ColumnMetadata.Builder |
setCharMaxLength(int value)
optional int32 char_max_length = 9; |
UserProtos.ColumnMetadata.Builder |
setCharOctetLength(int value)
optional int32 char_octet_length = 10; |
UserProtos.ColumnMetadata.Builder |
setColumnName(String value)
optional string column_name = 4; |
UserProtos.ColumnMetadata.Builder |
setColumnNameBytes(com.google.protobuf.ByteString value)
optional string column_name = 4; |
UserProtos.ColumnMetadata.Builder |
setColumnSize(int value)
optional int32 column_size = 17; |
UserProtos.ColumnMetadata.Builder |
setDataType(String value)
optional string data_type = 8; |
UserProtos.ColumnMetadata.Builder |
setDataTypeBytes(com.google.protobuf.ByteString value)
optional string data_type = 8; |
UserProtos.ColumnMetadata.Builder |
setDateTimePrecision(int value)
optional int32 date_time_precision = 14; |
UserProtos.ColumnMetadata.Builder |
setDefaultValue(String value)
optional string default_value = 6; |
UserProtos.ColumnMetadata.Builder |
setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string default_value = 6; |
UserProtos.ColumnMetadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.ColumnMetadata.Builder |
setIntervalPrecision(int value)
optional int32 interval_precision = 16; |
UserProtos.ColumnMetadata.Builder |
setIntervalType(String value)
optional string interval_type = 15; |
UserProtos.ColumnMetadata.Builder |
setIntervalTypeBytes(com.google.protobuf.ByteString value)
optional string interval_type = 15; |
UserProtos.ColumnMetadata.Builder |
setIsNullable(boolean value)
optional bool is_nullable = 7; |
UserProtos.ColumnMetadata.Builder |
setNumericPrecision(int value)
optional int32 numeric_precision = 11; |
UserProtos.ColumnMetadata.Builder |
setNumericPrecisionRadix(int value)
optional int32 numeric_precision_radix = 12; |
UserProtos.ColumnMetadata.Builder |
setNumericScale(int value)
optional int32 numeric_scale = 13; |
UserProtos.ColumnMetadata.Builder |
setOrdinalPosition(int value)
optional int32 ordinal_position = 5; |
UserProtos.ColumnMetadata.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserProtos.ColumnMetadata.Builder |
setSchemaName(String value)
optional string schema_name = 2; |
UserProtos.ColumnMetadata.Builder |
setSchemaNameBytes(com.google.protobuf.ByteString value)
optional string schema_name = 2; |
UserProtos.ColumnMetadata.Builder |
setTableName(String value)
optional string table_name = 3; |
UserProtos.ColumnMetadata.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 3; |
UserProtos.ColumnMetadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UserProtos.ColumnMetadata build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UserProtos.ColumnMetadata buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UserProtos.ColumnMetadata.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder mergeFrom(UserProtos.ColumnMetadata other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public UserProtos.ColumnMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserProtos.ColumnMetadata.Builder>
IOException
public boolean hasCatalogName()
optional string catalog_name = 1;
hasCatalogName
in interface UserProtos.ColumnMetadataOrBuilder
public String getCatalogName()
optional string catalog_name = 1;
getCatalogName
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getCatalogNameBytes()
optional string catalog_name = 1;
getCatalogNameBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setCatalogName(String value)
optional string catalog_name = 1;
value
- The catalogName to set.public UserProtos.ColumnMetadata.Builder clearCatalogName()
optional string catalog_name = 1;
public UserProtos.ColumnMetadata.Builder setCatalogNameBytes(com.google.protobuf.ByteString value)
optional string catalog_name = 1;
value
- The bytes for catalogName to set.public boolean hasSchemaName()
optional string schema_name = 2;
hasSchemaName
in interface UserProtos.ColumnMetadataOrBuilder
public String getSchemaName()
optional string schema_name = 2;
getSchemaName
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 2;
getSchemaNameBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setSchemaName(String value)
optional string schema_name = 2;
value
- The schemaName to set.public UserProtos.ColumnMetadata.Builder clearSchemaName()
optional string schema_name = 2;
public UserProtos.ColumnMetadata.Builder setSchemaNameBytes(com.google.protobuf.ByteString value)
optional string schema_name = 2;
value
- The bytes for schemaName to set.public boolean hasTableName()
optional string table_name = 3;
hasTableName
in interface UserProtos.ColumnMetadataOrBuilder
public String getTableName()
optional string table_name = 3;
getTableName
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 3;
getTableNameBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setTableName(String value)
optional string table_name = 3;
value
- The tableName to set.public UserProtos.ColumnMetadata.Builder clearTableName()
optional string table_name = 3;
public UserProtos.ColumnMetadata.Builder setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 3;
value
- The bytes for tableName to set.public boolean hasColumnName()
optional string column_name = 4;
hasColumnName
in interface UserProtos.ColumnMetadataOrBuilder
public String getColumnName()
optional string column_name = 4;
getColumnName
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getColumnNameBytes()
optional string column_name = 4;
getColumnNameBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setColumnName(String value)
optional string column_name = 4;
value
- The columnName to set.public UserProtos.ColumnMetadata.Builder clearColumnName()
optional string column_name = 4;
public UserProtos.ColumnMetadata.Builder setColumnNameBytes(com.google.protobuf.ByteString value)
optional string column_name = 4;
value
- The bytes for columnName to set.public boolean hasOrdinalPosition()
optional int32 ordinal_position = 5;
hasOrdinalPosition
in interface UserProtos.ColumnMetadataOrBuilder
public int getOrdinalPosition()
optional int32 ordinal_position = 5;
getOrdinalPosition
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setOrdinalPosition(int value)
optional int32 ordinal_position = 5;
value
- The ordinalPosition to set.public UserProtos.ColumnMetadata.Builder clearOrdinalPosition()
optional int32 ordinal_position = 5;
public boolean hasDefaultValue()
optional string default_value = 6;
hasDefaultValue
in interface UserProtos.ColumnMetadataOrBuilder
public String getDefaultValue()
optional string default_value = 6;
getDefaultValue
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getDefaultValueBytes()
optional string default_value = 6;
getDefaultValueBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setDefaultValue(String value)
optional string default_value = 6;
value
- The defaultValue to set.public UserProtos.ColumnMetadata.Builder clearDefaultValue()
optional string default_value = 6;
public UserProtos.ColumnMetadata.Builder setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string default_value = 6;
value
- The bytes for defaultValue to set.public boolean hasIsNullable()
optional bool is_nullable = 7;
hasIsNullable
in interface UserProtos.ColumnMetadataOrBuilder
public boolean getIsNullable()
optional bool is_nullable = 7;
getIsNullable
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setIsNullable(boolean value)
optional bool is_nullable = 7;
value
- The isNullable to set.public UserProtos.ColumnMetadata.Builder clearIsNullable()
optional bool is_nullable = 7;
public boolean hasDataType()
optional string data_type = 8;
hasDataType
in interface UserProtos.ColumnMetadataOrBuilder
public String getDataType()
optional string data_type = 8;
getDataType
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getDataTypeBytes()
optional string data_type = 8;
getDataTypeBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setDataType(String value)
optional string data_type = 8;
value
- The dataType to set.public UserProtos.ColumnMetadata.Builder clearDataType()
optional string data_type = 8;
public UserProtos.ColumnMetadata.Builder setDataTypeBytes(com.google.protobuf.ByteString value)
optional string data_type = 8;
value
- The bytes for dataType to set.public boolean hasCharMaxLength()
optional int32 char_max_length = 9;
hasCharMaxLength
in interface UserProtos.ColumnMetadataOrBuilder
public int getCharMaxLength()
optional int32 char_max_length = 9;
getCharMaxLength
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setCharMaxLength(int value)
optional int32 char_max_length = 9;
value
- The charMaxLength to set.public UserProtos.ColumnMetadata.Builder clearCharMaxLength()
optional int32 char_max_length = 9;
public boolean hasCharOctetLength()
optional int32 char_octet_length = 10;
hasCharOctetLength
in interface UserProtos.ColumnMetadataOrBuilder
public int getCharOctetLength()
optional int32 char_octet_length = 10;
getCharOctetLength
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setCharOctetLength(int value)
optional int32 char_octet_length = 10;
value
- The charOctetLength to set.public UserProtos.ColumnMetadata.Builder clearCharOctetLength()
optional int32 char_octet_length = 10;
public boolean hasNumericPrecision()
optional int32 numeric_precision = 11;
hasNumericPrecision
in interface UserProtos.ColumnMetadataOrBuilder
public int getNumericPrecision()
optional int32 numeric_precision = 11;
getNumericPrecision
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setNumericPrecision(int value)
optional int32 numeric_precision = 11;
value
- The numericPrecision to set.public UserProtos.ColumnMetadata.Builder clearNumericPrecision()
optional int32 numeric_precision = 11;
public boolean hasNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12;
hasNumericPrecisionRadix
in interface UserProtos.ColumnMetadataOrBuilder
public int getNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12;
getNumericPrecisionRadix
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setNumericPrecisionRadix(int value)
optional int32 numeric_precision_radix = 12;
value
- The numericPrecisionRadix to set.public UserProtos.ColumnMetadata.Builder clearNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12;
public boolean hasNumericScale()
optional int32 numeric_scale = 13;
hasNumericScale
in interface UserProtos.ColumnMetadataOrBuilder
public int getNumericScale()
optional int32 numeric_scale = 13;
getNumericScale
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setNumericScale(int value)
optional int32 numeric_scale = 13;
value
- The numericScale to set.public UserProtos.ColumnMetadata.Builder clearNumericScale()
optional int32 numeric_scale = 13;
public boolean hasDateTimePrecision()
optional int32 date_time_precision = 14;
hasDateTimePrecision
in interface UserProtos.ColumnMetadataOrBuilder
public int getDateTimePrecision()
optional int32 date_time_precision = 14;
getDateTimePrecision
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setDateTimePrecision(int value)
optional int32 date_time_precision = 14;
value
- The dateTimePrecision to set.public UserProtos.ColumnMetadata.Builder clearDateTimePrecision()
optional int32 date_time_precision = 14;
public boolean hasIntervalType()
optional string interval_type = 15;
hasIntervalType
in interface UserProtos.ColumnMetadataOrBuilder
public String getIntervalType()
optional string interval_type = 15;
getIntervalType
in interface UserProtos.ColumnMetadataOrBuilder
public com.google.protobuf.ByteString getIntervalTypeBytes()
optional string interval_type = 15;
getIntervalTypeBytes
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setIntervalType(String value)
optional string interval_type = 15;
value
- The intervalType to set.public UserProtos.ColumnMetadata.Builder clearIntervalType()
optional string interval_type = 15;
public UserProtos.ColumnMetadata.Builder setIntervalTypeBytes(com.google.protobuf.ByteString value)
optional string interval_type = 15;
value
- The bytes for intervalType to set.public boolean hasIntervalPrecision()
optional int32 interval_precision = 16;
hasIntervalPrecision
in interface UserProtos.ColumnMetadataOrBuilder
public int getIntervalPrecision()
optional int32 interval_precision = 16;
getIntervalPrecision
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setIntervalPrecision(int value)
optional int32 interval_precision = 16;
value
- The intervalPrecision to set.public UserProtos.ColumnMetadata.Builder clearIntervalPrecision()
optional int32 interval_precision = 16;
public boolean hasColumnSize()
optional int32 column_size = 17;
hasColumnSize
in interface UserProtos.ColumnMetadataOrBuilder
public int getColumnSize()
optional int32 column_size = 17;
getColumnSize
in interface UserProtos.ColumnMetadataOrBuilder
public UserProtos.ColumnMetadata.Builder setColumnSize(int value)
optional int32 column_size = 17;
value
- The columnSize to set.public UserProtos.ColumnMetadata.Builder clearColumnSize()
optional int32 column_size = 17;
public final UserProtos.ColumnMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
public final UserProtos.ColumnMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.ColumnMetadata.Builder>
Copyright © 2021 The Apache Software Foundation. All rights reserved.