Class DecryptRequest.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public String getName()
         Required. The resource name of the
         [CryptoKey][google.cloud.kms.v1.CryptoKey] to use for decryption. The
         server will choose the appropriate version.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface DecryptRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The resource name of the
         [CryptoKey][google.cloud.kms.v1.CryptoKey] to use for decryption. The
         server will choose the appropriate version.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface DecryptRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DecryptRequest.Builder setName​(String value)
         Required. The resource name of the
         [CryptoKey][google.cloud.kms.v1.CryptoKey] to use for decryption. The
         server will choose the appropriate version.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DecryptRequest.Builder clearName()
         Required. The resource name of the
         [CryptoKey][google.cloud.kms.v1.CryptoKey] to use for decryption. The
         server will choose the appropriate version.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DecryptRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the
         [CryptoKey][google.cloud.kms.v1.CryptoKey] to use for decryption. The
         server will choose the appropriate version.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getCiphertext

        public com.google.protobuf.ByteString getCiphertext()
         Required. The encrypted data originally returned in
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         
        bytes ciphertext = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCiphertext in interface DecryptRequestOrBuilder
        Returns:
        The ciphertext.
      • setCiphertext

        public DecryptRequest.Builder setCiphertext​(com.google.protobuf.ByteString value)
         Required. The encrypted data originally returned in
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         
        bytes ciphertext = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The ciphertext to set.
        Returns:
        This builder for chaining.
      • clearCiphertext

        public DecryptRequest.Builder clearCiphertext()
         Required. The encrypted data originally returned in
         [EncryptResponse.ciphertext][google.cloud.kms.v1.EncryptResponse.ciphertext].
         
        bytes ciphertext = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • getAdditionalAuthenticatedData

        public com.google.protobuf.ByteString getAdditionalAuthenticatedData()
         Optional. Optional data that must match the data originally supplied in
         [EncryptRequest.additional_authenticated_data][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data].
         
        bytes additional_authenticated_data = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAdditionalAuthenticatedData in interface DecryptRequestOrBuilder
        Returns:
        The additionalAuthenticatedData.
      • setAdditionalAuthenticatedData

        public DecryptRequest.Builder setAdditionalAuthenticatedData​(com.google.protobuf.ByteString value)
         Optional. Optional data that must match the data originally supplied in
         [EncryptRequest.additional_authenticated_data][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data].
         
        bytes additional_authenticated_data = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The additionalAuthenticatedData to set.
        Returns:
        This builder for chaining.
      • clearAdditionalAuthenticatedData

        public DecryptRequest.Builder clearAdditionalAuthenticatedData()
         Optional. Optional data that must match the data originally supplied in
         [EncryptRequest.additional_authenticated_data][google.cloud.kms.v1.EncryptRequest.additional_authenticated_data].
         
        bytes additional_authenticated_data = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • hasCiphertextCrc32C

        public boolean hasCiphertextCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasCiphertextCrc32C in interface DecryptRequestOrBuilder
        Returns:
        Whether the ciphertextCrc32c field is set.
      • getCiphertextCrc32C

        public com.google.protobuf.Int64Value getCiphertextCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCiphertextCrc32C in interface DecryptRequestOrBuilder
        Returns:
        The ciphertextCrc32c.
      • setCiphertextCrc32C

        public DecryptRequest.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
      • setCiphertextCrc32C

        public DecryptRequest.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
      • mergeCiphertextCrc32C

        public DecryptRequest.Builder mergeCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
      • clearCiphertextCrc32C

        public DecryptRequest.Builder clearCiphertextCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getCiphertextCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getCiphertextCrc32CBuilder()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getCiphertextCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getCiphertextCrc32COrBuilder()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.ciphertext][google.cloud.kms.v1.DecryptRequest.ciphertext])
         is equal to
         [DecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.DecryptRequest.ciphertext_crc32c],
         and if so, 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCiphertextCrc32COrBuilder in interface DecryptRequestOrBuilder
      • hasAdditionalAuthenticatedDataCrc32C

        public boolean hasAdditionalAuthenticatedDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasAdditionalAuthenticatedDataCrc32C in interface DecryptRequestOrBuilder
        Returns:
        Whether the additionalAuthenticatedDataCrc32c field is set.
      • getAdditionalAuthenticatedDataCrc32C

        public com.google.protobuf.Int64Value getAdditionalAuthenticatedDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAdditionalAuthenticatedDataCrc32C in interface DecryptRequestOrBuilder
        Returns:
        The additionalAuthenticatedDataCrc32c.
      • setAdditionalAuthenticatedDataCrc32C

        public DecryptRequest.Builder setAdditionalAuthenticatedDataCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
      • setAdditionalAuthenticatedDataCrc32C

        public DecryptRequest.Builder setAdditionalAuthenticatedDataCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
      • mergeAdditionalAuthenticatedDataCrc32C

        public DecryptRequest.Builder mergeAdditionalAuthenticatedDataCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
      • clearAdditionalAuthenticatedDataCrc32C

        public DecryptRequest.Builder clearAdditionalAuthenticatedDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalAuthenticatedDataCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getAdditionalAuthenticatedDataCrc32CBuilder()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalAuthenticatedDataCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getAdditionalAuthenticatedDataCrc32COrBuilder()
         Optional. An optional CRC32C checksum of the
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data]
         using this checksum.
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         report an error if the checksum verification fails. If you receive a
         checksum error, your client should verify that
         CRC32C([DecryptRequest.additional_authenticated_data][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data])
         is equal to
         [DecryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.DecryptRequest.additional_authenticated_data_crc32c],
         and if so, 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 additional_authenticated_data_crc32c = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAdditionalAuthenticatedDataCrc32COrBuilder in interface DecryptRequestOrBuilder
      • setUnknownFields

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

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