OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.clear() |
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.clearAccessDeniedDetail()
optional .com.alicloud.openservices.tablestore.core.protocol.AccessDeniedDetail access_denied_detail = 3;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.clearCode()
required string code = 1;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.clearMessage()
optional string message = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.RowInBatchGetRowResponse.Builder.getErrorBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.getErrorBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.RowInBulkImportResponse.Builder.getErrorBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.mergeAccessDeniedDetail(OtsInternalApi.AccessDeniedDetail value)
optional .com.alicloud.openservices.tablestore.core.protocol.AccessDeniedDetail access_denied_detail = 3;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.mergeFrom(OtsInternalApi.Error other) |
static OtsInternalApi.Error.Builder |
OtsInternalApi.Error.newBuilder() |
static OtsInternalApi.Error.Builder |
OtsInternalApi.Error.newBuilder(OtsInternalApi.Error prototype) |
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.newBuilderForType() |
protected OtsInternalApi.Error.Builder |
OtsInternalApi.Error.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setAccessDeniedDetail(OtsInternalApi.AccessDeniedDetail.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.AccessDeniedDetail access_denied_detail = 3;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setAccessDeniedDetail(OtsInternalApi.AccessDeniedDetail value)
optional .com.alicloud.openservices.tablestore.core.protocol.AccessDeniedDetail access_denied_detail = 3;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setCode(String value)
required string code = 1;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setCodeBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string code = 1;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setMessage(String value)
optional string message = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.Builder.setMessageBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string message = 2;
|
OtsInternalApi.Error.Builder |
OtsInternalApi.Error.toBuilder() |