public static final class OtsInternalApi.DescribeStreamResponse.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.DescribeStreamResponse.Builder> implements OtsInternalApi.DescribeStreamResponseOrBuilder
com.alicloud.openservices.tablestore.core.protocol.DescribeStreamResponse| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.DescribeStreamResponse.Builder |
addAllShards(Iterable<? extends OtsInternalApi.StreamShard> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
addShards(int index,
OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
addShards(int index,
OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
addShards(OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
addShards(OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.StreamShard.Builder |
addShardsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.StreamShard.Builder |
addShardsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse |
build() |
OtsInternalApi.DescribeStreamResponse |
buildPartial() |
OtsInternalApi.DescribeStreamResponse.Builder |
clear() |
OtsInternalApi.DescribeStreamResponse.Builder |
clearCreationTime()
required int64 creation_time = 4; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearExpirationTime()
required int32 expiration_time = 2; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearNextShardId()
optional string next_shard_id = 7; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearShards()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearStreamId()
required string stream_id = 1; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5; |
OtsInternalApi.DescribeStreamResponse.Builder |
clearTableName()
required string table_name = 3; |
long |
getCreationTime()
required int64 creation_time = 4; |
OtsInternalApi.DescribeStreamResponse |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
OtsInternalApi.StreamShard.Builder |
getShardsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
List<OtsInternalApi.StreamShard.Builder> |
getShardsBuilderList()
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; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsInternalApi.DescribeStreamResponse.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.DescribeStreamResponse.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.DescribeStreamResponse.Builder |
mergeFrom(OtsInternalApi.DescribeStreamResponse other) |
OtsInternalApi.DescribeStreamResponse.Builder |
removeShards(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
setCreationTime(long value)
required int64 creation_time = 4; |
OtsInternalApi.DescribeStreamResponse.Builder |
setExpirationTime(int value)
required int32 expiration_time = 2; |
OtsInternalApi.DescribeStreamResponse.Builder |
setIsTimeseriesDataTable(boolean value)
optional bool is_timeseries_data_table = 8; |
OtsInternalApi.DescribeStreamResponse.Builder |
setNextShardId(String value)
optional string next_shard_id = 7; |
OtsInternalApi.DescribeStreamResponse.Builder |
setNextShardIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string next_shard_id = 7; |
OtsInternalApi.DescribeStreamResponse.Builder |
setShards(int index,
OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
setShards(int index,
OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6; |
OtsInternalApi.DescribeStreamResponse.Builder |
setStreamId(String value)
required string stream_id = 1; |
OtsInternalApi.DescribeStreamResponse.Builder |
setStreamIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string stream_id = 1; |
OtsInternalApi.DescribeStreamResponse.Builder |
setStreamStatus(OtsInternalApi.StreamStatus value)
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5; |
OtsInternalApi.DescribeStreamResponse.Builder |
setTableName(String value)
required string table_name = 3; |
OtsInternalApi.DescribeStreamResponse.Builder |
setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 3; |
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<OtsInternalApi.DescribeStreamResponse.Builder>public OtsInternalApi.DescribeStreamResponse.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<OtsInternalApi.DescribeStreamResponse.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<OtsInternalApi.DescribeStreamResponse.Builder>public OtsInternalApi.DescribeStreamResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsInternalApi.DescribeStreamResponse build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.DescribeStreamResponse buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.DescribeStreamResponse.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<OtsInternalApi.DescribeStreamResponse.Builder>public OtsInternalApi.DescribeStreamResponse.Builder mergeFrom(OtsInternalApi.DescribeStreamResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.DescribeStreamResponse.Builder>public OtsInternalApi.DescribeStreamResponse.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<OtsInternalApi.DescribeStreamResponse.Builder>IOExceptionpublic boolean hasStreamId()
required string stream_id = 1;hasStreamId 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic String getStreamId()
required string stream_id = 1;getStreamId 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStreamIdBytes()
required string stream_id = 1;getStreamIdBytes 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setStreamId(String value)
required string stream_id = 1;value - The streamId to set.public OtsInternalApi.DescribeStreamResponse.Builder clearStreamId()
required string stream_id = 1;public OtsInternalApi.DescribeStreamResponse.Builder setStreamIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string stream_id = 1;value - The bytes for streamId to set.public boolean hasExpirationTime()
required int32 expiration_time = 2;hasExpirationTime 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic int getExpirationTime()
required int32 expiration_time = 2;getExpirationTime 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setExpirationTime(int value)
required int32 expiration_time = 2;value - The expirationTime to set.public OtsInternalApi.DescribeStreamResponse.Builder clearExpirationTime()
required int32 expiration_time = 2;public boolean hasTableName()
required string table_name = 3;hasTableName 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic String getTableName()
required string table_name = 3;getTableName 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 3;getTableNameBytes 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setTableName(String value)
required string table_name = 3;value - The tableName to set.public OtsInternalApi.DescribeStreamResponse.Builder clearTableName()
required string table_name = 3;public OtsInternalApi.DescribeStreamResponse.Builder setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 3;value - The bytes for tableName to set.public boolean hasCreationTime()
required int64 creation_time = 4;hasCreationTime 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic long getCreationTime()
required int64 creation_time = 4;getCreationTime 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setCreationTime(long value)
required int64 creation_time = 4;value - The creationTime to set.public OtsInternalApi.DescribeStreamResponse.Builder clearCreationTime()
required int64 creation_time = 4;public boolean hasStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;hasStreamStatus 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.StreamStatus getStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;getStreamStatus 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setStreamStatus(OtsInternalApi.StreamStatus value)
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;value - The streamStatus to set.public OtsInternalApi.DescribeStreamResponse.Builder clearStreamStatus()
required .com.alicloud.openservices.tablestore.core.protocol.StreamStatus stream_status = 5;public List<OtsInternalApi.StreamShard> getShardsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public int getShardsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.StreamShard getShards(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder setShards(int index, OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder setShards(int index, OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder addShards(OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder addShards(int index, OtsInternalApi.StreamShard value)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder addShards(OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder addShards(int index, OtsInternalApi.StreamShard.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder addAllShards(Iterable<? extends OtsInternalApi.StreamShard> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder clearShards()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.DescribeStreamResponse.Builder removeShards(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.StreamShard.Builder getShardsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.StreamShardOrBuilder getShardsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public List<? extends OtsInternalApi.StreamShardOrBuilder> getShardsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.StreamShard.Builder addShardsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public OtsInternalApi.StreamShard.Builder addShardsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public List<OtsInternalApi.StreamShard.Builder> getShardsBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.StreamShard shards = 6;public boolean hasNextShardId()
optional string next_shard_id = 7;hasNextShardId 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic String getNextShardId()
optional string next_shard_id = 7;getNextShardId 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextShardIdBytes()
optional string next_shard_id = 7;getNextShardIdBytes 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setNextShardId(String value)
optional string next_shard_id = 7;value - The nextShardId to set.public OtsInternalApi.DescribeStreamResponse.Builder clearNextShardId()
optional string next_shard_id = 7;public OtsInternalApi.DescribeStreamResponse.Builder setNextShardIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string next_shard_id = 7;value - The bytes for nextShardId to set.public boolean hasIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8;hasIsTimeseriesDataTable 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic boolean getIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8;getIsTimeseriesDataTable 在接口中 OtsInternalApi.DescribeStreamResponseOrBuilderpublic OtsInternalApi.DescribeStreamResponse.Builder setIsTimeseriesDataTable(boolean value)
optional bool is_timeseries_data_table = 8;value - The isTimeseriesDataTable to set.public OtsInternalApi.DescribeStreamResponse.Builder clearIsTimeseriesDataTable()
optional bool is_timeseries_data_table = 8;Copyright © 2025. All Rights Reserved.