Package com.google.bigtable.admin.v2
Class EncryptionInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
- com.google.bigtable.admin.v2.EncryptionInfo.Builder
-
- All Implemented Interfaces:
EncryptionInfoOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- EncryptionInfo
public static final class EncryptionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder> implements EncryptionInfoOrBuilder
Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.
Protobuf typegoogle.bigtable.admin.v2.EncryptionInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)EncryptionInfobuild()EncryptionInfobuildPartial()EncryptionInfo.Builderclear()EncryptionInfo.BuilderclearEncryptionStatus()Output only.EncryptionInfo.BuilderclearEncryptionType()Output only.EncryptionInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)EncryptionInfo.BuilderclearKmsKeyVersion()Output only.EncryptionInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)EncryptionInfo.Builderclone()EncryptionInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.rpc.StatusgetEncryptionStatus()Output only.com.google.rpc.Status.BuildergetEncryptionStatusBuilder()Output only.com.google.rpc.StatusOrBuildergetEncryptionStatusOrBuilder()Output only.EncryptionInfo.EncryptionTypegetEncryptionType()Output only.intgetEncryptionTypeValue()Output only.StringgetKmsKeyVersion()Output only.com.google.protobuf.ByteStringgetKmsKeyVersionBytes()Output only.booleanhasEncryptionStatus()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()EncryptionInfo.BuildermergeEncryptionStatus(com.google.rpc.Status value)Output only.EncryptionInfo.BuildermergeFrom(EncryptionInfo other)EncryptionInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)EncryptionInfo.BuildermergeFrom(com.google.protobuf.Message other)EncryptionInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)EncryptionInfo.BuildersetEncryptionStatus(com.google.rpc.Status value)Output only.EncryptionInfo.BuildersetEncryptionStatus(com.google.rpc.Status.Builder builderForValue)Output only.EncryptionInfo.BuildersetEncryptionType(EncryptionInfo.EncryptionType value)Output only.EncryptionInfo.BuildersetEncryptionTypeValue(int value)Output only.EncryptionInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)EncryptionInfo.BuildersetKmsKeyVersion(String value)Output only.EncryptionInfo.BuildersetKmsKeyVersionBytes(com.google.protobuf.ByteString value)Output only.EncryptionInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)EncryptionInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
clear
public EncryptionInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
getDefaultInstanceForType
public EncryptionInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public EncryptionInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public EncryptionInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public EncryptionInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
setField
public EncryptionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
clearField
public EncryptionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
clearOneof
public EncryptionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
setRepeatedField
public EncryptionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
addRepeatedField
public EncryptionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
mergeFrom
public EncryptionInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<EncryptionInfo.Builder>
-
mergeFrom
public EncryptionInfo.Builder mergeFrom(EncryptionInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
mergeFrom
public EncryptionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<EncryptionInfo.Builder>- Throws:
IOException
-
getEncryptionTypeValue
public int getEncryptionTypeValue()
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionTypeValuein interfaceEncryptionInfoOrBuilder- Returns:
- The enum numeric value on the wire for encryptionType.
-
setEncryptionTypeValue
public EncryptionInfo.Builder setEncryptionTypeValue(int value)
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for encryptionType to set.- Returns:
- This builder for chaining.
-
getEncryptionType
public EncryptionInfo.EncryptionType getEncryptionType()
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionTypein interfaceEncryptionInfoOrBuilder- Returns:
- The encryptionType.
-
setEncryptionType
public EncryptionInfo.Builder setEncryptionType(EncryptionInfo.EncryptionType value)
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The encryptionType to set.- Returns:
- This builder for chaining.
-
clearEncryptionType
public EncryptionInfo.Builder clearEncryptionType()
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasEncryptionStatus
public boolean hasEncryptionStatus()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasEncryptionStatusin interfaceEncryptionInfoOrBuilder- Returns:
- Whether the encryptionStatus field is set.
-
getEncryptionStatus
public com.google.rpc.Status getEncryptionStatus()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionStatusin interfaceEncryptionInfoOrBuilder- Returns:
- The encryptionStatus.
-
setEncryptionStatus
public EncryptionInfo.Builder setEncryptionStatus(com.google.rpc.Status value)
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEncryptionStatus
public EncryptionInfo.Builder setEncryptionStatus(com.google.rpc.Status.Builder builderForValue)
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEncryptionStatus
public EncryptionInfo.Builder mergeEncryptionStatus(com.google.rpc.Status value)
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearEncryptionStatus
public EncryptionInfo.Builder clearEncryptionStatus()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEncryptionStatusBuilder
public com.google.rpc.Status.Builder getEncryptionStatusBuilder()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEncryptionStatusOrBuilder
public com.google.rpc.StatusOrBuilder getEncryptionStatusOrBuilder()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionStatusOrBuilderin interfaceEncryptionInfoOrBuilder
-
getKmsKeyVersion
public String getKmsKeyVersion()
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getKmsKeyVersionin interfaceEncryptionInfoOrBuilder- Returns:
- The kmsKeyVersion.
-
getKmsKeyVersionBytes
public com.google.protobuf.ByteString getKmsKeyVersionBytes()
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getKmsKeyVersionBytesin interfaceEncryptionInfoOrBuilder- Returns:
- The bytes for kmsKeyVersion.
-
setKmsKeyVersion
public EncryptionInfo.Builder setKmsKeyVersion(String value)
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The kmsKeyVersion to set.- Returns:
- This builder for chaining.
-
clearKmsKeyVersion
public EncryptionInfo.Builder clearKmsKeyVersion()
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setKmsKeyVersionBytes
public EncryptionInfo.Builder setKmsKeyVersionBytes(com.google.protobuf.ByteString value)
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for kmsKeyVersion to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final EncryptionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
mergeUnknownFields
public final EncryptionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
-
-