public static interface OtsInternalApi.DescribeStreamRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInclusiveStartShardId()
optional string inclusive_start_shard_id = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInclusiveStartShardIdBytes()
optional string inclusive_start_shard_id = 2; |
int |
getShardLimit()
optional int32 shard_limit = 3; |
String |
getStreamId()
required string stream_id = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStreamIdBytes()
required string stream_id = 1; |
boolean |
getSupportTimeseriesDataTable()
optional bool support_timeseries_data_table = 4; |
boolean |
hasInclusiveStartShardId()
optional string inclusive_start_shard_id = 2; |
boolean |
hasShardLimit()
optional int32 shard_limit = 3; |
boolean |
hasStreamId()
required string stream_id = 1; |
boolean |
hasSupportTimeseriesDataTable()
optional bool support_timeseries_data_table = 4; |
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 hasInclusiveStartShardId()
optional string inclusive_start_shard_id = 2;String getInclusiveStartShardId()
optional string inclusive_start_shard_id = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInclusiveStartShardIdBytes()
optional string inclusive_start_shard_id = 2;boolean hasShardLimit()
optional int32 shard_limit = 3;int getShardLimit()
optional int32 shard_limit = 3;boolean hasSupportTimeseriesDataTable()
optional bool support_timeseries_data_table = 4;boolean getSupportTimeseriesDataTable()
optional bool support_timeseries_data_table = 4;Copyright © 2025. All Rights Reserved.