public static interface OtsInternalApi.SSEDetailsOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getEnable()
required bool enable = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getKeyId()
optional bytes key_id = 3; |
OtsInternalApi.SSEKeyType |
getKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
boolean |
hasEnable()
required bool enable = 1; |
boolean |
hasKeyId()
optional bytes key_id = 3; |
boolean |
hasKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
boolean |
hasRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnable()
required bool enable = 1;boolean getEnable()
required bool enable = 1;boolean hasKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;OtsInternalApi.SSEKeyType getKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;boolean hasKeyId()
optional bytes key_id = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getKeyId()
optional bytes key_id = 3;boolean hasRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;Copyright © 2025. All Rights Reserved.