public static final class OtsInternalApi.SSEDetails.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SSEDetails.Builder> implements OtsInternalApi.SSEDetailsOrBuilder
com.alicloud.openservices.tablestore.core.protocol.SSEDetails| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.SSEDetails |
build() |
OtsInternalApi.SSEDetails |
buildPartial() |
OtsInternalApi.SSEDetails.Builder |
clear() |
OtsInternalApi.SSEDetails.Builder |
clearEnable()
required bool enable = 1; |
OtsInternalApi.SSEDetails.Builder |
clearKeyId()
optional bytes key_id = 3; |
OtsInternalApi.SSEDetails.Builder |
clearKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
OtsInternalApi.SSEDetails.Builder |
clearRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
OtsInternalApi.SSEDetails |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsInternalApi.SSEDetails.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.SSEDetails.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.SSEDetails.Builder |
mergeFrom(OtsInternalApi.SSEDetails other) |
OtsInternalApi.SSEDetails.Builder |
setEnable(boolean value)
required bool enable = 1; |
OtsInternalApi.SSEDetails.Builder |
setKeyId(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes key_id = 3; |
OtsInternalApi.SSEDetails.Builder |
setKeyType(OtsInternalApi.SSEKeyType value)
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2; |
OtsInternalApi.SSEDetails.Builder |
setRoleArn(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SSEDetails.Builder>public OtsInternalApi.SSEDetails.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SSEDetails.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SSEDetails.Builder>public OtsInternalApi.SSEDetails getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsInternalApi.SSEDetails build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.SSEDetails buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.SSEDetails.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsInternalApi.SSEDetails.Builder>public OtsInternalApi.SSEDetails.Builder mergeFrom(OtsInternalApi.SSEDetails other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SSEDetails.Builder>public OtsInternalApi.SSEDetails.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsInternalApi.SSEDetails.Builder>IOExceptionpublic boolean hasEnable()
required bool enable = 1;hasEnable 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic boolean getEnable()
required bool enable = 1;getEnable 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic OtsInternalApi.SSEDetails.Builder setEnable(boolean value)
required bool enable = 1;value - The enable to set.public OtsInternalApi.SSEDetails.Builder clearEnable()
required bool enable = 1;public boolean hasKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;hasKeyType 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic OtsInternalApi.SSEKeyType getKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;getKeyType 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic OtsInternalApi.SSEDetails.Builder setKeyType(OtsInternalApi.SSEKeyType value)
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;value - The keyType to set.public OtsInternalApi.SSEDetails.Builder clearKeyType()
optional .com.alicloud.openservices.tablestore.core.protocol.SSEKeyType key_type = 2;public boolean hasKeyId()
optional bytes key_id = 3;hasKeyId 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getKeyId()
optional bytes key_id = 3;getKeyId 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic OtsInternalApi.SSEDetails.Builder setKeyId(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes key_id = 3;value - The keyId to set.public OtsInternalApi.SSEDetails.Builder clearKeyId()
optional bytes key_id = 3;public boolean hasRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;hasRoleArn 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;getRoleArn 在接口中 OtsInternalApi.SSEDetailsOrBuilderpublic OtsInternalApi.SSEDetails.Builder setRoleArn(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;value - The roleArn to set.public OtsInternalApi.SSEDetails.Builder clearRoleArn()
only useful when key_type is SSE_BYOK
optional bytes role_arn = 4;Copyright © 2025. All Rights Reserved.