OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.addAllStreams(Iterable<? extends OtsInternalApi.Stream> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreams(int index,
OtsInternalApi.Stream.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreams(int index,
OtsInternalApi.Stream value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreams(OtsInternalApi.Stream.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.addStreams(OtsInternalApi.Stream value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.clear() |
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.clearStreams()
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.mergeFrom(OtsInternalApi.ListStreamResponse other) |
static OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.newBuilder() |
static OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.newBuilder(OtsInternalApi.ListStreamResponse prototype) |
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.newBuilderForType() |
protected OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.removeStreams(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.setStreams(int index,
OtsInternalApi.Stream.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.Builder.setStreams(int index,
OtsInternalApi.Stream value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Stream streams = 1;
|
OtsInternalApi.ListStreamResponse.Builder |
OtsInternalApi.ListStreamResponse.toBuilder() |