Class RawEncryptResponse.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public RawEncryptResponse.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<RawEncryptResponse.Builder>
        Throws:
        IOException
      • getCiphertext

        public com.google.protobuf.ByteString getCiphertext()
         The encrypted data. In the case of AES-GCM, the authentication tag
         is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length]
         bytes at the end of this field.
         
        bytes ciphertext = 1;
        Specified by:
        getCiphertext in interface RawEncryptResponseOrBuilder
        Returns:
        The ciphertext.
      • setCiphertext

        public RawEncryptResponse.Builder setCiphertext​(com.google.protobuf.ByteString value)
         The encrypted data. In the case of AES-GCM, the authentication tag
         is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length]
         bytes at the end of this field.
         
        bytes ciphertext = 1;
        Parameters:
        value - The ciphertext to set.
        Returns:
        This builder for chaining.
      • clearCiphertext

        public RawEncryptResponse.Builder clearCiphertext()
         The encrypted data. In the case of AES-GCM, the authentication tag
         is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length]
         bytes at the end of this field.
         
        bytes ciphertext = 1;
        Returns:
        This builder for chaining.
      • getInitializationVector

        public com.google.protobuf.ByteString getInitializationVector()
         The initialization vector (IV) generated by the service during
         encryption. This value must be stored and provided in
         [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector]
         at decryption time.
         
        bytes initialization_vector = 2;
        Specified by:
        getInitializationVector in interface RawEncryptResponseOrBuilder
        Returns:
        The initializationVector.
      • setInitializationVector

        public RawEncryptResponse.Builder setInitializationVector​(com.google.protobuf.ByteString value)
         The initialization vector (IV) generated by the service during
         encryption. This value must be stored and provided in
         [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector]
         at decryption time.
         
        bytes initialization_vector = 2;
        Parameters:
        value - The initializationVector to set.
        Returns:
        This builder for chaining.
      • clearInitializationVector

        public RawEncryptResponse.Builder clearInitializationVector()
         The initialization vector (IV) generated by the service during
         encryption. This value must be stored and provided in
         [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector]
         at decryption time.
         
        bytes initialization_vector = 2;
        Returns:
        This builder for chaining.
      • getTagLength

        public int getTagLength()
         The length of the authentication tag that is appended to
         the end of the ciphertext.
         
        int32 tag_length = 3;
        Specified by:
        getTagLength in interface RawEncryptResponseOrBuilder
        Returns:
        The tagLength.
      • setTagLength

        public RawEncryptResponse.Builder setTagLength​(int value)
         The length of the authentication tag that is appended to
         the end of the ciphertext.
         
        int32 tag_length = 3;
        Parameters:
        value - The tagLength to set.
        Returns:
        This builder for chaining.
      • clearTagLength

        public RawEncryptResponse.Builder clearTagLength()
         The length of the authentication tag that is appended to
         the end of the ciphertext.
         
        int32 tag_length = 3;
        Returns:
        This builder for chaining.
      • hasCiphertextCrc32C

        public boolean hasCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponseOrBuilder
        Returns:
        Whether the ciphertextCrc32c field is set.
      • getCiphertextCrc32C

        public com.google.protobuf.Int64Value getCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponseOrBuilder
        Returns:
        The ciphertextCrc32c.
      • setCiphertextCrc32C

        public RawEncryptResponse.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponse.Builder setCiphertextCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponse.Builder mergeCiphertextCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponse.Builder clearCiphertextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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
         [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext].
         An integrity check of ciphertext can be performed by computing the CRC32C
         checksum of 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 RawEncryptResponseOrBuilder
      • hasInitializationVectorCrc32C

        public boolean hasInitializationVectorCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
        Specified by:
        hasInitializationVectorCrc32C in interface RawEncryptResponseOrBuilder
        Returns:
        Whether the initializationVectorCrc32c field is set.
      • getInitializationVectorCrc32C

        public com.google.protobuf.Int64Value getInitializationVectorCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
        Specified by:
        getInitializationVectorCrc32C in interface RawEncryptResponseOrBuilder
        Returns:
        The initializationVectorCrc32c.
      • setInitializationVectorCrc32C

        public RawEncryptResponse.Builder setInitializationVectorCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
      • setInitializationVectorCrc32C

        public RawEncryptResponse.Builder setInitializationVectorCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
      • mergeInitializationVectorCrc32C

        public RawEncryptResponse.Builder mergeInitializationVectorCrc32C​(com.google.protobuf.Int64Value value)
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
      • clearInitializationVectorCrc32C

        public RawEncryptResponse.Builder clearInitializationVectorCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
      • getInitializationVectorCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getInitializationVectorCrc32CBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
      • getInitializationVectorCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getInitializationVectorCrc32COrBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector].
         An integrity check of initialization_vector can be performed by computing
         the CRC32C checksum of initialization_vector 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 initialization_vector_crc32c = 5;
        Specified by:
        getInitializationVectorCrc32COrBuilder in interface RawEncryptResponseOrBuilder
      • getVerifiedPlaintextCrc32C

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

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

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

        public boolean getVerifiedAdditionalAuthenticatedDataCrc32C()
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of additional_authenticated_data. A false
         value of this field indicates either that //
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.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 = 7;
        Specified by:
        getVerifiedAdditionalAuthenticatedDataCrc32C in interface RawEncryptResponseOrBuilder
        Returns:
        The verifiedAdditionalAuthenticatedDataCrc32c.
      • setVerifiedAdditionalAuthenticatedDataCrc32C

        public RawEncryptResponse.Builder setVerifiedAdditionalAuthenticatedDataCrc32C​(boolean value)
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of additional_authenticated_data. A false
         value of this field indicates either that //
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.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 = 7;
        Parameters:
        value - The verifiedAdditionalAuthenticatedDataCrc32c to set.
        Returns:
        This builder for chaining.
      • clearVerifiedAdditionalAuthenticatedDataCrc32C

        public RawEncryptResponse.Builder clearVerifiedAdditionalAuthenticatedDataCrc32C()
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of additional_authenticated_data. A false
         value of this field indicates either that //
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.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 = 7;
        Returns:
        This builder for chaining.
      • getVerifiedInitializationVectorCrc32C

        public boolean getVerifiedInitializationVectorCrc32C()
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of initialization_vector. A false value of
         this field indicates either that
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_initialization_vector_crc32c = 10;
        Specified by:
        getVerifiedInitializationVectorCrc32C in interface RawEncryptResponseOrBuilder
        Returns:
        The verifiedInitializationVectorCrc32c.
      • setVerifiedInitializationVectorCrc32C

        public RawEncryptResponse.Builder setVerifiedInitializationVectorCrc32C​(boolean value)
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of initialization_vector. A false value of
         this field indicates either that
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_initialization_vector_crc32c = 10;
        Parameters:
        value - The verifiedInitializationVectorCrc32c to set.
        Returns:
        This builder for chaining.
      • clearVerifiedInitializationVectorCrc32C

        public RawEncryptResponse.Builder clearVerifiedInitializationVectorCrc32C()
         Integrity verification field. A flag indicating whether
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of initialization_vector. A false value of
         this field indicates either that
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_initialization_vector_crc32c = 10;
        Returns:
        This builder for chaining.
      • 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 = 8;
        Specified by:
        getName in interface RawEncryptResponseOrBuilder
        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 = 8;
        Specified by:
        getNameBytes in interface RawEncryptResponseOrBuilder
        Returns:
        The bytes for name.
      • setName

        public RawEncryptResponse.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 = 8;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public RawEncryptResponse.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 = 8;
        Returns:
        This builder for chaining.
      • setNameBytes

        public RawEncryptResponse.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 = 8;
        Parameters:
        value - The bytes for name to set.
        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 = 9;
        Specified by:
        getProtectionLevelValue in interface RawEncryptResponseOrBuilder
        Returns:
        The enum numeric value on the wire for protectionLevel.
      • setProtectionLevelValue

        public RawEncryptResponse.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 = 9;
        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 = 9;
        Specified by:
        getProtectionLevel in interface RawEncryptResponseOrBuilder
        Returns:
        The protectionLevel.
      • setProtectionLevel

        public RawEncryptResponse.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 = 9;
        Parameters:
        value - The protectionLevel to set.
        Returns:
        This builder for chaining.
      • clearProtectionLevel

        public RawEncryptResponse.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 = 9;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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