| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.clear() |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.clearEnable()
required bool enable = 1; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.clearKeyId()
only useful when key_type is SSE_BYOK
optional bytes key_id = 3; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.clearKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.clearRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.CreateTableRequest.Builder.getSseSpecBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.mergeFrom(OtsInternalApi.SSESpecification other) |
static OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.newBuilder() |
static OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.newBuilder(OtsInternalApi.SSESpecification prototype) |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.newBuilderForType() |
protected OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.setEnable(boolean value)
required bool enable = 1; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.setKeyId(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
only useful when key_type is SSE_BYOK
optional bytes key_id = 3; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.setKeyType(OtsInternalApi.SSEKeyType value)
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.Builder.setRoleArn(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
OtsInternalApi.SSESpecification.Builder |
OtsInternalApi.SSESpecification.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.CreateTableRequest.Builder |
OtsInternalApi.CreateTableRequest.Builder.setSseSpec(OtsInternalApi.SSESpecification.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6; |
Copyright © 2025. All Rights Reserved.