Class AsymmetricDecryptResponse.Builder

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

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

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

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

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

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

        public AsymmetricDecryptResponse.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<AsymmetricDecryptResponse.Builder>
        Throws:
        IOException
      • getPlaintext

        public com.google.protobuf.ByteString getPlaintext()
         The decrypted data originally encrypted with the matching public key.
         
        bytes plaintext = 1;
        Specified by:
        getPlaintext in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        The plaintext.
      • setPlaintext

        public AsymmetricDecryptResponse.Builder setPlaintext​(com.google.protobuf.ByteString value)
         The decrypted data originally encrypted with the matching public key.
         
        bytes plaintext = 1;
        Parameters:
        value - The plaintext to set.
        Returns:
        This builder for chaining.
      • clearPlaintext

        public AsymmetricDecryptResponse.Builder clearPlaintext()
         The decrypted data originally encrypted with the matching public key.
         
        bytes plaintext = 1;
        Returns:
        This builder for chaining.
      • hasPlaintextCrc32C

        public boolean hasPlaintextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
        Specified by:
        hasPlaintextCrc32C in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        Whether the plaintextCrc32c field is set.
      • getPlaintextCrc32C

        public com.google.protobuf.Int64Value getPlaintextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
        Specified by:
        getPlaintextCrc32C in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        The plaintextCrc32c.
      • setPlaintextCrc32C

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

        public AsymmetricDecryptResponse.Builder setPlaintextCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
      • mergePlaintextCrc32C

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

        public AsymmetricDecryptResponse.Builder clearPlaintextCrc32C()
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
      • getPlaintextCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getPlaintextCrc32CBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
      • getPlaintextCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getPlaintextCrc32COrBuilder()
         Integrity verification field. A CRC32C checksum of the returned
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext].
         An integrity check of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         can be performed by computing the CRC32C checksum of
         [AsymmetricDecryptResponse.plaintext][google.cloud.kms.v1.AsymmetricDecryptResponse.plaintext]
         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 plaintext_crc32c = 2;
        Specified by:
        getPlaintextCrc32COrBuilder in interface AsymmetricDecryptResponseOrBuilder
      • getVerifiedCiphertextCrc32C

        public boolean getVerifiedCiphertextCrc32C()
         Integrity verification field. A flag indicating whether
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [ciphertext][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext]. A
         false value of this field indicates either that
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_ciphertext_crc32c = 3;
        Specified by:
        getVerifiedCiphertextCrc32C in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        The verifiedCiphertextCrc32c.
      • setVerifiedCiphertextCrc32C

        public AsymmetricDecryptResponse.Builder setVerifiedCiphertextCrc32C​(boolean value)
         Integrity verification field. A flag indicating whether
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [ciphertext][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext]. A
         false value of this field indicates either that
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_ciphertext_crc32c = 3;
        Parameters:
        value - The verifiedCiphertextCrc32c to set.
        Returns:
        This builder for chaining.
      • clearVerifiedCiphertextCrc32C

        public AsymmetricDecryptResponse.Builder clearVerifiedCiphertextCrc32C()
         Integrity verification field. A flag indicating whether
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was received by
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used
         for the integrity verification of the
         [ciphertext][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext]. A
         false value of this field indicates either that
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         was left unset or that it was not delivered to
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've
         set
         [AsymmetricDecryptRequest.ciphertext_crc32c][google.cloud.kms.v1.AsymmetricDecryptRequest.ciphertext_crc32c]
         but this field is still false, discard the response and perform a limited
         number of retries.
         
        bool verified_ciphertext_crc32c = 3;
        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
         decryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 4;
        Specified by:
        getProtectionLevelValue in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        The enum numeric value on the wire for protectionLevel.
      • setProtectionLevelValue

        public AsymmetricDecryptResponse.Builder setProtectionLevelValue​(int value)
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in
         decryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 4;
        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
         decryption.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 4;
        Specified by:
        getProtectionLevel in interface AsymmetricDecryptResponseOrBuilder
        Returns:
        The protectionLevel.
      • setProtectionLevel

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

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

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

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