TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.clear() |
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.clearCode()
required string code = 1;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.clearMessage()
optional string message = 2;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.clearTunnelId()
optional string tunnel_id = 3;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.mergeFrom(TunnelServiceApi.Error other) |
static TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.newBuilder() |
static TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.newBuilder(TunnelServiceApi.Error prototype) |
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.newBuilderForType() |
protected TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setCode(String value)
required string code = 1;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setCodeBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string code = 1;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setMessage(String value)
optional string message = 2;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setMessageBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string message = 2;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setTunnelId(String value)
optional string tunnel_id = 3;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.Builder.setTunnelIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string tunnel_id = 3;
|
TunnelServiceApi.Error.Builder |
TunnelServiceApi.Error.toBuilder() |