public static final class Timeseries.TimeseriesTableMeta.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Timeseries.TimeseriesTableMeta.Builder> implements Timeseries.TimeseriesTableMetaOrBuilder
com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableMeta| 限定符和类型 | 方法和说明 |
|---|---|
Timeseries.TimeseriesTableMeta.Builder |
addAllFieldPrimaryKeySchema(Iterable<? extends OtsInternalApi.PrimaryKeySchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
addAllTimeseriesKeySchema(Iterable<String> values)
repeated string timeseries_key_schema = 5; |
Timeseries.TimeseriesTableMeta.Builder |
addFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
addFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
addFieldPrimaryKeySchema(OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
addFieldPrimaryKeySchema(OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchema.Builder |
addFieldPrimaryKeySchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchema.Builder |
addFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
addTimeseriesKeySchema(String value)
repeated string timeseries_key_schema = 5; |
Timeseries.TimeseriesTableMeta.Builder |
addTimeseriesKeySchemaBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string timeseries_key_schema = 5; |
Timeseries.TimeseriesTableMeta |
build() |
Timeseries.TimeseriesTableMeta |
buildPartial() |
Timeseries.TimeseriesTableMeta.Builder |
clear() |
Timeseries.TimeseriesTableMeta.Builder |
clearDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7; |
Timeseries.TimeseriesTableMeta.Builder |
clearDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8; |
Timeseries.TimeseriesTableMeta.Builder |
clearFieldPrimaryKeySchema()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
clearMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesTableMeta.Builder |
clearStatus()
optional string status = 3; |
Timeseries.TimeseriesTableMeta.Builder |
clearTableName()
required string table_name = 1; |
Timeseries.TimeseriesTableMeta.Builder |
clearTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableMeta.Builder |
clearTimeseriesKeySchema()
repeated string timeseries_key_schema = 5; |
Timeseries.TimeseriesTableMeta |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7; |
boolean |
getDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8; |
OtsInternalApi.PrimaryKeySchema |
getFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchema.Builder |
getFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
List<OtsInternalApi.PrimaryKeySchema.Builder> |
getFieldPrimaryKeySchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
int |
getFieldPrimaryKeySchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
List<OtsInternalApi.PrimaryKeySchema> |
getFieldPrimaryKeySchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchemaOrBuilder |
getFieldPrimaryKeySchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> |
getFieldPrimaryKeySchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesMetaOptions |
getMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesMetaOptions.Builder |
getMetaOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesMetaOptionsOrBuilder |
getMetaOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
String |
getStatus()
optional string status = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 3; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
Timeseries.TimeseriesTableOptions |
getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableOptions.Builder |
getTableOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableOptionsOrBuilder |
getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
String |
getTimeseriesKeySchema(int index)
repeated string timeseries_key_schema = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTimeseriesKeySchemaBytes(int index)
repeated string timeseries_key_schema = 5; |
int |
getTimeseriesKeySchemaCount()
repeated string timeseries_key_schema = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getTimeseriesKeySchemaList()
repeated string timeseries_key_schema = 5; |
boolean |
hasDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7; |
boolean |
hasDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8; |
boolean |
hasMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
boolean |
hasStatus()
optional string status = 3; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Timeseries.TimeseriesTableMeta.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Timeseries.TimeseriesTableMeta.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Timeseries.TimeseriesTableMeta.Builder |
mergeFrom(Timeseries.TimeseriesTableMeta other) |
Timeseries.TimeseriesTableMeta.Builder |
mergeMetaOptions(Timeseries.TimeseriesMetaOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesTableMeta.Builder |
mergeTableOptions(Timeseries.TimeseriesTableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableMeta.Builder |
removeFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
setDisableHashPartitionKey(boolean value)
optional bool disable_hash_partition_key = 7; |
Timeseries.TimeseriesTableMeta.Builder |
setDisableTimeseriesMetaIndex(boolean value)
optional bool disable_timeseries_meta_index = 8; |
Timeseries.TimeseriesTableMeta.Builder |
setFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
setFieldPrimaryKeySchema(int index,
OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesTableMeta.Builder |
setMetaOptions(Timeseries.TimeseriesMetaOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesTableMeta.Builder |
setMetaOptions(Timeseries.TimeseriesMetaOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesTableMeta.Builder |
setStatus(String value)
optional string status = 3; |
Timeseries.TimeseriesTableMeta.Builder |
setStatusBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string status = 3; |
Timeseries.TimeseriesTableMeta.Builder |
setTableName(String value)
required string table_name = 1; |
Timeseries.TimeseriesTableMeta.Builder |
setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1; |
Timeseries.TimeseriesTableMeta.Builder |
setTableOptions(Timeseries.TimeseriesTableOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableMeta.Builder |
setTableOptions(Timeseries.TimeseriesTableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableMeta.Builder |
setTimeseriesKeySchema(int index,
String value)
repeated string timeseries_key_schema = 5; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>public Timeseries.TimeseriesTableMeta.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>public Timeseries.TimeseriesTableMeta getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic Timeseries.TimeseriesTableMeta build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Timeseries.TimeseriesTableMeta buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Timeseries.TimeseriesTableMeta.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>public Timeseries.TimeseriesTableMeta.Builder mergeFrom(Timeseries.TimeseriesTableMeta other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>public Timeseries.TimeseriesTableMeta.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Timeseries.TimeseriesTableMeta.Builder>IOExceptionpublic boolean hasTableName()
required string table_name = 1;hasTableName 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setTableName(String value)
required string table_name = 1;value - The tableName to set.public Timeseries.TimeseriesTableMeta.Builder clearTableName()
required string table_name = 1;public Timeseries.TimeseriesTableMeta.Builder setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;value - The bytes for tableName to set.public boolean hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;hasTableOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableOptions getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;getTableOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setTableOptions(Timeseries.TimeseriesTableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public Timeseries.TimeseriesTableMeta.Builder setTableOptions(Timeseries.TimeseriesTableOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public Timeseries.TimeseriesTableMeta.Builder mergeTableOptions(Timeseries.TimeseriesTableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public Timeseries.TimeseriesTableMeta.Builder clearTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public Timeseries.TimeseriesTableOptions.Builder getTableOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public Timeseries.TimeseriesTableOptionsOrBuilder getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public boolean hasStatus()
optional string status = 3;hasStatus 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getStatus()
optional string status = 3;getStatus 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStatusBytes()
optional string status = 3;getStatusBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setStatus(String value)
optional string status = 3;value - The status to set.public Timeseries.TimeseriesTableMeta.Builder clearStatus()
optional string status = 3;public Timeseries.TimeseriesTableMeta.Builder setStatusBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string status = 3;value - The bytes for status to set.public boolean hasMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;hasMetaOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesMetaOptions getMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;getMetaOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setMetaOptions(Timeseries.TimeseriesMetaOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public Timeseries.TimeseriesTableMeta.Builder setMetaOptions(Timeseries.TimeseriesMetaOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public Timeseries.TimeseriesTableMeta.Builder mergeMetaOptions(Timeseries.TimeseriesMetaOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public Timeseries.TimeseriesTableMeta.Builder clearMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public Timeseries.TimeseriesMetaOptions.Builder getMetaOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public Timeseries.TimeseriesMetaOptionsOrBuilder getMetaOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getTimeseriesKeySchemaList()
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaList 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic int getTimeseriesKeySchemaCount()
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaCount 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getTimeseriesKeySchema(int index)
repeated string timeseries_key_schema = 5;getTimeseriesKeySchema 在接口中 Timeseries.TimeseriesTableMetaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTimeseriesKeySchemaBytes(int index)
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderindex - The index of the value to return.public Timeseries.TimeseriesTableMeta.Builder setTimeseriesKeySchema(int index, String value)
repeated string timeseries_key_schema = 5;index - The index to set the value at.value - The timeseriesKeySchema to set.public Timeseries.TimeseriesTableMeta.Builder addTimeseriesKeySchema(String value)
repeated string timeseries_key_schema = 5;value - The timeseriesKeySchema to add.public Timeseries.TimeseriesTableMeta.Builder addAllTimeseriesKeySchema(Iterable<String> values)
repeated string timeseries_key_schema = 5;values - The timeseriesKeySchema to add.public Timeseries.TimeseriesTableMeta.Builder clearTimeseriesKeySchema()
repeated string timeseries_key_schema = 5;public Timeseries.TimeseriesTableMeta.Builder addTimeseriesKeySchemaBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string timeseries_key_schema = 5;value - The bytes of the timeseriesKeySchema to add.public List<OtsInternalApi.PrimaryKeySchema> getFieldPrimaryKeySchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public int getFieldPrimaryKeySchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchema getFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder setFieldPrimaryKeySchema(int index, OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder setFieldPrimaryKeySchema(int index, OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder addFieldPrimaryKeySchema(OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder addFieldPrimaryKeySchema(int index, OtsInternalApi.PrimaryKeySchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder addFieldPrimaryKeySchema(OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder addFieldPrimaryKeySchema(int index, OtsInternalApi.PrimaryKeySchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder addAllFieldPrimaryKeySchema(Iterable<? extends OtsInternalApi.PrimaryKeySchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder clearFieldPrimaryKeySchema()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public Timeseries.TimeseriesTableMeta.Builder removeFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchema.Builder getFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchemaOrBuilder getFieldPrimaryKeySchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> getFieldPrimaryKeySchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchema.Builder addFieldPrimaryKeySchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchema.Builder addFieldPrimaryKeySchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public List<OtsInternalApi.PrimaryKeySchema.Builder> getFieldPrimaryKeySchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public boolean hasDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7;hasDisableHashPartitionKey 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean getDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7;getDisableHashPartitionKey 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setDisableHashPartitionKey(boolean value)
optional bool disable_hash_partition_key = 7;value - The disableHashPartitionKey to set.public Timeseries.TimeseriesTableMeta.Builder clearDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7;public boolean hasDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8;hasDisableTimeseriesMetaIndex 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean getDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8;getDisableTimeseriesMetaIndex 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableMeta.Builder setDisableTimeseriesMetaIndex(boolean value)
optional bool disable_timeseries_meta_index = 8;value - The disableTimeseriesMetaIndex to set.public Timeseries.TimeseriesTableMeta.Builder clearDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8;Copyright © 2025. All Rights Reserved.