public static interface OtsInternalApi.DescribeTableResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreationTime()
optional int64 creation_time = 9; |
OtsInternalApi.IndexMeta |
getIndexMetas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8; |
int |
getIndexMetasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8; |
List<OtsInternalApi.IndexMeta> |
getIndexMetasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8; |
OtsInternalApi.IndexMetaOrBuilder |
getIndexMetasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8; |
List<? extends OtsInternalApi.IndexMetaOrBuilder> |
getIndexMetasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8; |
OtsInternalApi.ReservedThroughputDetails |
getReservedThroughputDetails()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2; |
OtsInternalApi.ReservedThroughputDetailsOrBuilder |
getReservedThroughputDetailsOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getShardSplits(int index)
repeated bytes shard_splits = 6; |
int |
getShardSplitsCount()
repeated bytes shard_splits = 6; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getShardSplitsList()
repeated bytes shard_splits = 6; |
OtsInternalApi.SSEDetails |
getSseDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7; |
OtsInternalApi.SSEDetailsOrBuilder |
getSseDetailsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7; |
OtsInternalApi.StreamDetails |
getStreamDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5; |
OtsInternalApi.StreamDetailsOrBuilder |
getStreamDetailsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5; |
OtsInternalApi.TableMeta |
getTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
OtsInternalApi.TableMetaOrBuilder |
getTableMetaOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
OtsInternalApi.TableOptions |
getTableOptions()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
OtsInternalApi.TableOptionsOrBuilder |
getTableOptionsOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
boolean |
hasCreationTime()
optional int64 creation_time = 9; |
boolean |
hasReservedThroughputDetails()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2; |
boolean |
hasSseDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7; |
boolean |
hasStreamDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5; |
boolean |
hasTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
boolean |
hasTableOptions()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;OtsInternalApi.TableMeta getTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;OtsInternalApi.TableMetaOrBuilder getTableMetaOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;boolean hasReservedThroughputDetails()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2;OtsInternalApi.ReservedThroughputDetails getReservedThroughputDetails()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2;OtsInternalApi.ReservedThroughputDetailsOrBuilder getReservedThroughputDetailsOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2;boolean hasTableOptions()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;OtsInternalApi.TableOptions getTableOptions()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;OtsInternalApi.TableOptionsOrBuilder getTableOptionsOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;boolean hasStreamDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5;OtsInternalApi.StreamDetails getStreamDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5;OtsInternalApi.StreamDetailsOrBuilder getStreamDetailsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamDetails stream_details = 5;List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getShardSplitsList()
repeated bytes shard_splits = 6;int getShardSplitsCount()
repeated bytes shard_splits = 6;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getShardSplits(int index)
repeated bytes shard_splits = 6;index - The index of the element to return.boolean hasSseDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7;OtsInternalApi.SSEDetails getSseDetails()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7;OtsInternalApi.SSEDetailsOrBuilder getSseDetailsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEDetails sse_details = 7;List<OtsInternalApi.IndexMeta> getIndexMetasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8;OtsInternalApi.IndexMeta getIndexMetas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8;int getIndexMetasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8;List<? extends OtsInternalApi.IndexMetaOrBuilder> getIndexMetasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8;OtsInternalApi.IndexMetaOrBuilder getIndexMetasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 8;boolean hasCreationTime()
optional int64 creation_time = 9;long getCreationTime()
optional int64 creation_time = 9;Copyright © 2025. All Rights Reserved.