Class EncryptResponse.Builder

  • All Implemented Interfaces:
    EncryptResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    EncryptResponse

    public static final class EncryptResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<EncryptResponse.Builder>
    implements EncryptResponseOrBuilder
     Response message for
     [KeyManagementService.Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
     
    Protobuf type google.cloud.kms.v1.EncryptResponse
    • 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<EncryptResponse.Builder>
      • clear

        public EncryptResponse.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<EncryptResponse.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<EncryptResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public EncryptResponse.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<EncryptResponse.Builder>
      • setField

        public EncryptResponse.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<EncryptResponse.Builder>
      • clearField

        public EncryptResponse.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<EncryptResponse.Builder>
      • clearOneof

        public EncryptResponse.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<EncryptResponse.Builder>
      • setRepeatedField

        public EncryptResponse.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<EncryptResponse.Builder>
      • addRepeatedField

        public EncryptResponse.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<EncryptResponse.Builder>
      • mergeFrom

        public EncryptResponse.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<EncryptResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EncryptResponse.Builder>
      • mergeFrom

        public EncryptResponse.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<EncryptResponse.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption. Check this field to verify that the intended resource was used
         for encryption.
         
        string name = 1;
        Specified by:
        getName in interface EncryptResponseOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption. Check this field to verify that the intended resource was used
         for encryption.
         
        string name = 1;
        Specified by:
        getNameBytes in interface EncryptResponseOrBuilder
        Returns:
        The bytes for name.
      • setName

        public EncryptResponse.Builder setName​(String value)
         The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption. Check this field to verify that the intended resource was used
         for encryption.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public EncryptResponse.Builder clearName()
         The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption. Check this field to verify that the intended resource was used
         for encryption.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public EncryptResponse.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption. Check this field to verify that the intended resource was used
         for encryption.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getCiphertext

        public com.google.protobuf.ByteString getCiphertext()
         The encrypted data.
         
        bytes ciphertext = 2;
        Specified by:
        getCiphertext in interface EncryptResponseOrBuilder
        Returns:
        The ciphertext.
      • setCiphertext

        public EncryptResponse.Builder setCiphertext​(com.google.protobuf.ByteString value)
         The encrypted data.
         
        bytes ciphertext = 2;
        Parameters:
        value - The ciphertext to set.
        Returns:
        This builder for chaining.
      • clearCiphertext

        public EncryptResponse.Builder clearCiphertext()
         The encrypted data.
         
        bytes ciphertext = 2;
        Returns:
        This builder for chaining.
      • hasCiphertextCrc32C

        public boolean hasCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
        Specified by:
        hasCiphertextCrc32C in interface EncryptResponseOrBuilder
        Returns:
        Whether the ciphertextCrc32c field is set.
      • getCiphertextCrc32C

        public com.google.protobuf.Int64Value getCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
        Specified by:
        getCiphertextCrc32C in interface EncryptResponseOrBuilder
        Returns:
        The ciphertextCrc32c.
      • setCiphertextCrc32C

        public EncryptResponse.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
      • setCiphertextCrc32C

        public EncryptResponse.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
      • mergeCiphertextCrc32C

        public EncryptResponse.Builder mergeCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
      • clearCiphertextCrc32C

        public EncryptResponse.Builder clearCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
      • getCiphertextCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getCiphertextCrc32CBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
      • getCiphertextCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getCiphertextCrc32COrBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         An integrity check of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         can be performed by computing the CRC32C checksum of
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext]
         and comparing your results to this field. Discard the response in case of
         non-matching checksum values, and perform a limited number of retries. A
         persistent mismatch may indicate an issue in your computation of the CRC32C
         checksum. Note: This field is defined as int64 for reasons of compatibility
         across different languages. However, it is a non-negative integer, which
         will never exceed 2^32-1, and can be safely downconverted to uint32 in
         languages that support this type.
         
        .google.protobuf.Int64Value ciphertext_crc32c = 4;
        Specified by:
        getCiphertextCrc32COrBuilder in interface EncryptResponseOrBuilder
      • getVerifiedPlaintextCrc32C

        public boolean getVerifiedPlaintextCrc32C()
         Integrity verification field. A flag indicating whether
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [plaintext][google.cloud.kms.v1.EncryptRequest.plaintext]. A false value of
         this field indicates either that
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_plaintext_crc32c = 5;
        Specified by:
        getVerifiedPlaintextCrc32C in interface EncryptResponseOrBuilder
        Returns:
        The verifiedPlaintextCrc32c.
      • setVerifiedPlaintextCrc32C

        public EncryptResponse.Builder setVerifiedPlaintextCrc32C​(boolean value)
         Integrity verification field. A flag indicating whether
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [plaintext][google.cloud.kms.v1.EncryptRequest.plaintext]. A false value of
         this field indicates either that
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_plaintext_crc32c = 5;
        Parameters:
        value - The verifiedPlaintextCrc32c to set.
        Returns:
        This builder for chaining.
      • clearVerifiedPlaintextCrc32C

        public EncryptResponse.Builder clearVerifiedPlaintextCrc32C()
         Integrity verification field. A flag indicating whether
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [plaintext][google.cloud.kms.v1.EncryptRequest.plaintext]. A false value of
         this field indicates either that
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.plaintext_crc32c][google.cloud.kms.v1.EncryptRequest.plaintext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_plaintext_crc32c = 5;
        Returns:
        This builder for chaining.
      • getVerifiedAdditionalAuthenticatedDataCrc32C

        public boolean getVerifiedAdditionalAuthenticatedDataCrc32C()
         Integrity verification field. A flag indicating whether
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [AAD][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data]. A
         false value of this field indicates either that
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_additional_authenticated_data_crc32c = 6;
        Specified by:
        getVerifiedAdditionalAuthenticatedDataCrc32C in interface EncryptResponseOrBuilder
        Returns:
        The verifiedAdditionalAuthenticatedDataCrc32c.
      • setVerifiedAdditionalAuthenticatedDataCrc32C

        public EncryptResponse.Builder setVerifiedAdditionalAuthenticatedDataCrc32C​(boolean value)
         Integrity verification field. A flag indicating whether
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [AAD][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data]. A
         false value of this field indicates either that
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_additional_authenticated_data_crc32c = 6;
        Parameters:
        value - The verifiedAdditionalAuthenticatedDataCrc32c to set.
        Returns:
        This builder for chaining.
      • clearVerifiedAdditionalAuthenticatedDataCrc32C

        public EncryptResponse.Builder clearVerifiedAdditionalAuthenticatedDataCrc32C()
         Integrity verification field. A flag indicating whether
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [AAD][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data]. A
         false value of this field indicates either that
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [EncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_additional_authenticated_data_crc32c = 6;
        Returns:
        This builder for chaining.
      • getProtectionLevelValue

        public int getProtectionLevelValue()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 7;
        Specified by:
        getProtectionLevelValue in interface EncryptResponseOrBuilder
        Returns:
        The enum numeric value on the wire for protectionLevel.
      • setProtectionLevelValue

        public EncryptResponse.Builder setProtectionLevelValue​(int value)
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 7;
        Parameters:
        value - The enum numeric value on the wire for protectionLevel to set.
        Returns:
        This builder for chaining.
      • getProtectionLevel

        public ProtectionLevel getProtectionLevel()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 7;
        Specified by:
        getProtectionLevel in interface EncryptResponseOrBuilder
        Returns:
        The protectionLevel.
      • setProtectionLevel

        public EncryptResponse.Builder setProtectionLevel​(ProtectionLevel value)
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 7;
        Parameters:
        value - The protectionLevel to set.
        Returns:
        This builder for chaining.
      • clearProtectionLevel

        public EncryptResponse.Builder clearProtectionLevel()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         encryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 7;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final EncryptResponse.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<EncryptResponse.Builder>
      • mergeUnknownFields

        public final EncryptResponse.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<EncryptResponse.Builder>