Class AsymmetricSignRequest.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

        public String getName()
         Required. The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] to use for
         signing.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface AsymmetricSignRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] to use for
         signing.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface AsymmetricSignRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public AsymmetricSignRequest.Builder setName​(String value)
         Required. The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] to use for
         signing.
         
        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 AsymmetricSignRequest.Builder clearName()
         Required. The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] to use for
         signing.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public AsymmetricSignRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the
         [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] to use for
         signing.
         
        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.
      • hasDigest

        public boolean hasDigest()
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDigest in interface AsymmetricSignRequestOrBuilder
        Returns:
        Whether the digest field is set.
      • getDigest

        public Digest getDigest()
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDigest in interface AsymmetricSignRequestOrBuilder
        Returns:
        The digest.
      • setDigest

        public AsymmetricSignRequest.Builder setDigest​(Digest value)
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
      • setDigest

        public AsymmetricSignRequest.Builder setDigest​(Digest.Builder builderForValue)
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
      • mergeDigest

        public AsymmetricSignRequest.Builder mergeDigest​(Digest value)
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
      • clearDigest

        public AsymmetricSignRequest.Builder clearDigest()
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getDigestBuilder

        public Digest.Builder getDigestBuilder()
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getDigestOrBuilder

        public DigestOrBuilder getDigestOrBuilder()
         Optional. The digest of the data to sign. The digest must be produced with
         the same digest algorithm as specified by the key version's
         [algorithm][google.cloud.kms.v1.CryptoKeyVersion.algorithm].
        
         This field may not be supplied if
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data]
         is supplied.
         
        .google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDigestOrBuilder in interface AsymmetricSignRequestOrBuilder
      • hasDigestCrc32C

        public boolean hasDigestCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDigestCrc32C in interface AsymmetricSignRequestOrBuilder
        Returns:
        Whether the digestCrc32c field is set.
      • getDigestCrc32C

        public com.google.protobuf.Int64Value getDigestCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDigestCrc32C in interface AsymmetricSignRequestOrBuilder
        Returns:
        The digestCrc32c.
      • setDigestCrc32C

        public AsymmetricSignRequest.Builder setDigestCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
      • setDigestCrc32C

        public AsymmetricSignRequest.Builder setDigestCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
      • mergeDigestCrc32C

        public AsymmetricSignRequest.Builder mergeDigestCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
      • clearDigestCrc32C

        public AsymmetricSignRequest.Builder clearDigestCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getDigestCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getDigestCrc32CBuilder()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getDigestCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getDigestCrc32COrBuilder()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         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([AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest])
         is equal to
         [AsymmetricSignRequest.digest_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.digest_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 digest_crc32c = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDigestCrc32COrBuilder in interface AsymmetricSignRequestOrBuilder
      • getData

        public com.google.protobuf.ByteString getData()
         Optional. The data to sign.
         It can't be supplied if
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         is supplied.
         
        bytes data = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getData in interface AsymmetricSignRequestOrBuilder
        Returns:
        The data.
      • setData

        public AsymmetricSignRequest.Builder setData​(com.google.protobuf.ByteString value)
         Optional. The data to sign.
         It can't be supplied if
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         is supplied.
         
        bytes data = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The data to set.
        Returns:
        This builder for chaining.
      • clearData

        public AsymmetricSignRequest.Builder clearData()
         Optional. The data to sign.
         It can't be supplied if
         [AsymmetricSignRequest.digest][google.cloud.kms.v1.AsymmetricSignRequest.digest]
         is supplied.
         
        bytes data = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • hasDataCrc32C

        public boolean hasDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDataCrc32C in interface AsymmetricSignRequestOrBuilder
        Returns:
        Whether the dataCrc32c field is set.
      • getDataCrc32C

        public com.google.protobuf.Int64Value getDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDataCrc32C in interface AsymmetricSignRequestOrBuilder
        Returns:
        The dataCrc32c.
      • setDataCrc32C

        public AsymmetricSignRequest.Builder setDataCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
      • setDataCrc32C

        public AsymmetricSignRequest.Builder setDataCrc32C​(com.google.protobuf.Int64Value.Builder builderForValue)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
      • mergeDataCrc32C

        public AsymmetricSignRequest.Builder mergeDataCrc32C​(com.google.protobuf.Int64Value value)
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
      • clearDataCrc32C

        public AsymmetricSignRequest.Builder clearDataCrc32C()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getDataCrc32CBuilder

        public com.google.protobuf.Int64Value.Builder getDataCrc32CBuilder()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getDataCrc32COrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getDataCrc32COrBuilder()
         Optional. An optional CRC32C checksum of the
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data].
         If specified,
         [KeyManagementService][google.cloud.kms.v1.KeyManagementService] will
         verify the integrity of the received
         [AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.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([AsymmetricSignRequest.data][google.cloud.kms.v1.AsymmetricSignRequest.data])
         is equal to
         [AsymmetricSignRequest.data_crc32c][google.cloud.kms.v1.AsymmetricSignRequest.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 data_crc32c = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDataCrc32COrBuilder in interface AsymmetricSignRequestOrBuilder
      • setUnknownFields

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

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