public static interface OtsInternalApi.DescribeStreamResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreationTime()
required int64 creation_time = 4; |
int |
getExpirationTime()
required int32 expiration_time = 2; |
boolean |
getIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8; |
String |
getNextShardId()
optional string next_shard_id = 7; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNextShardIdBytes()
optional string next_shard_id = 7; |
OtsInternalApi.StreamShard |
getShards(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
int |
getShardsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
List<OtsInternalApi.StreamShard> |
getShardsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.StreamShardOrBuilder |
getShardsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
List<? extends OtsInternalApi.StreamShardOrBuilder> |
getShardsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
String |
getStreamId()
required string stream_id = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStreamIdBytes()
required string stream_id = 1; |
OtsInternalApi.StreamStatus |
getStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5; |
String |
getTableName()
required string table_name = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 3; |
boolean |
hasCreationTime()
required int64 creation_time = 4; |
boolean |
hasExpirationTime()
required int32 expiration_time = 2; |
boolean |
hasIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8; |
boolean |
hasNextShardId()
optional string next_shard_id = 7; |
boolean |
hasStreamId()
required string stream_id = 1; |
boolean |
hasStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5; |
boolean |
hasTableName()
required string table_name = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStreamId()
required string stream_id = 1;String getStreamId()
required string stream_id = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStreamIdBytes()
required string stream_id = 1;boolean hasExpirationTime()
required int32 expiration_time = 2;int getExpirationTime()
required int32 expiration_time = 2;boolean hasTableName()
required string table_name = 3;String getTableName()
required string table_name = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 3;boolean hasCreationTime()
required int64 creation_time = 4;long getCreationTime()
required int64 creation_time = 4;boolean hasStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;OtsInternalApi.StreamStatus getStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;List<OtsInternalApi.StreamShard> getShardsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;OtsInternalApi.StreamShard getShards(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;int getShardsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;List<? extends OtsInternalApi.StreamShardOrBuilder> getShardsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;OtsInternalApi.StreamShardOrBuilder getShardsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;boolean hasNextShardId()
optional string next_shard_id = 7;String getNextShardId()
optional string next_shard_id = 7;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextShardIdBytes()
optional string next_shard_id = 7;boolean hasIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8;boolean getIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8;Copyright © 2025. All Rights Reserved.