Class 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
     EncryptionInfo describes the encryption information of a cluster or a backup.
     
    Protobuf type google.cloud.alloydb.v1alpha.EncryptionInfo
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • clear

        public EncryptionInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • getDefaultInstanceForType

        public EncryptionInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public EncryptionInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public EncryptionInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public EncryptionInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • setField

        public EncryptionInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • clearField

        public EncryptionInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • clearOneof

        public EncryptionInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • setRepeatedField

        public EncryptionInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • addRepeatedField

        public EncryptionInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • mergeFrom

        public EncryptionInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EncryptionInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EncryptionInfo.Builder>
        Throws:
        IOException
      • getEncryptionTypeValue

        public int getEncryptionTypeValue()
         Output only. Type of encryption.
         
        .google.cloud.alloydb.v1alpha.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEncryptionTypeValue in interface EncryptionInfoOrBuilder
        Returns:
        The enum numeric value on the wire for encryptionType.
      • setEncryptionTypeValue

        public EncryptionInfo.Builder setEncryptionTypeValue​(int value)
         Output only. Type of encryption.
         
        .google.cloud.alloydb.v1alpha.EncryptionInfo.Type encryption_type = 1 [(.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.Type getEncryptionType()
         Output only. Type of encryption.
         
        .google.cloud.alloydb.v1alpha.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEncryptionType in interface EncryptionInfoOrBuilder
        Returns:
        The encryptionType.
      • setEncryptionType

        public EncryptionInfo.Builder setEncryptionType​(EncryptionInfo.Type value)
         Output only. Type of encryption.
         
        .google.cloud.alloydb.v1alpha.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The encryptionType to set.
        Returns:
        This builder for chaining.
      • clearEncryptionType

        public EncryptionInfo.Builder clearEncryptionType()
         Output only. Type of encryption.
         
        .google.cloud.alloydb.v1alpha.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getKmsKeyVersionsList

        public com.google.protobuf.ProtocolStringList getKmsKeyVersionsList()
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyVersionsList in interface EncryptionInfoOrBuilder
        Returns:
        A list containing the kmsKeyVersions.
      • getKmsKeyVersionsCount

        public int getKmsKeyVersionsCount()
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyVersionsCount in interface EncryptionInfoOrBuilder
        Returns:
        The count of kmsKeyVersions.
      • getKmsKeyVersions

        public String getKmsKeyVersions​(int index)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyVersions in interface EncryptionInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The kmsKeyVersions at the given index.
      • getKmsKeyVersionsBytes

        public com.google.protobuf.ByteString getKmsKeyVersionsBytes​(int index)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyVersionsBytes in interface EncryptionInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the kmsKeyVersions at the given index.
      • setKmsKeyVersions

        public EncryptionInfo.Builder setKmsKeyVersions​(int index,
                                                        String value)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The kmsKeyVersions to set.
        Returns:
        This builder for chaining.
      • addKmsKeyVersions

        public EncryptionInfo.Builder addKmsKeyVersions​(String value)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The kmsKeyVersions to add.
        Returns:
        This builder for chaining.
      • addAllKmsKeyVersions

        public EncryptionInfo.Builder addAllKmsKeyVersions​(Iterable<String> values)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The kmsKeyVersions to add.
        Returns:
        This builder for chaining.
      • clearKmsKeyVersions

        public EncryptionInfo.Builder clearKmsKeyVersions()
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addKmsKeyVersionsBytes

        public EncryptionInfo.Builder addKmsKeyVersionsBytes​(com.google.protobuf.ByteString value)
         Output only. Cloud KMS key versions that are being used to protect the
         database or the backup.
         
        repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the kmsKeyVersions to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final EncryptionInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>
      • mergeUnknownFields

        public final EncryptionInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptionInfo.Builder>