TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatRequest.Builder.addChannelsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 3;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatResponse.Builder.addChannelsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatRequest.Builder.addChannelsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 3;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatResponse.Builder.addChannelsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.clear() |
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.clearChannelId()
required string channel_id = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.clearDetail()
range, or info that client sends to master, such as process speed.
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.clearStatus()
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.clearVersion()
required int64 version = 2;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatRequest.Builder.getChannelsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 3;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.HeartbeatResponse.Builder.getChannelsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Channel channels = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.mergeFrom(TunnelServiceApi.Channel other) |
static TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.newBuilder() |
static TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.newBuilder(TunnelServiceApi.Channel prototype) |
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.newBuilderForType() |
protected TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.setChannelId(String value)
required string channel_id = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.setChannelIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string channel_id = 1;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.setDetail(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
range, or info that client sends to master, such as process speed.
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.setStatus(TunnelServiceApi.ChannelStatus value)
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.Builder.setVersion(long value)
required int64 version = 2;
|
TunnelServiceApi.Channel.Builder |
TunnelServiceApi.Channel.toBuilder() |