OtsInternalApi.Stream.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreamsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreamsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.clear() |
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.clearCreationTime()
required int64 creation_time = 3;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.clearStreamId()
required string stream_id = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.clearTableName()
required string table_name = 2;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.ListStreamResponse.Builder.getStreamsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.mergeFrom(OtsInternalApi.Stream other) |
static OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.newBuilder() |
static OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.newBuilder(OtsInternalApi.Stream prototype) |
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.newBuilderForType() |
protected OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.setCreationTime(long value)
required int64 creation_time = 3;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.setStreamId(String value)
required string stream_id = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.setStreamIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string stream_id = 1;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.setTableName(String value)
required string table_name = 2;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 2;
|
OtsInternalApi.Stream.Builder |
OtsInternalApi.Stream.toBuilder() |