public static interface TunnelServiceApi.ChannelOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannelId()
required string channel_id = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getChannelIdBytes()
required string channel_id = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getDetail()
range, or info that client sends to master, such as process speed.
|
TunnelServiceApi.ChannelStatus |
getStatus()
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3; |
long |
getVersion()
required int64 version = 2; |
boolean |
hasChannelId()
required string channel_id = 1; |
boolean |
hasDetail()
range, or info that client sends to master, such as process speed.
|
boolean |
hasStatus()
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3; |
boolean |
hasVersion()
required int64 version = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasChannelId()
required string channel_id = 1;String getChannelId()
required string channel_id = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getChannelIdBytes()
required string channel_id = 1;boolean hasVersion()
required int64 version = 2;long getVersion()
required int64 version = 2;boolean hasStatus()
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3;TunnelServiceApi.ChannelStatus getStatus()
required .com.alicloud.openservices.tablestore.core.protocol.ChannelStatus status = 3;boolean hasDetail()
range, or info that client sends to master, such as process speed.
optional bytes detail = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getDetail()
range, or info that client sends to master, such as process speed.
optional bytes detail = 4;Copyright © 2025. All Rights Reserved.