Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::MacVerifyResponse.
Response message for KeyManagementService.MacVerify.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.
Returns
- (::String) — The resource name of the CryptoKeyVersion used for verification. Check this field to verify that the intended resource was used for verification.
#protection_level
def protection_level() -> ::Google::Cloud::Kms::V1::ProtectionLevel
Returns
- (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion used for verification.
#protection_level=
def protection_level=(value) -> ::Google::Cloud::Kms::V1::ProtectionLevel
Parameter
- value (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion used for verification.
Returns
- (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion used for verification.
#success
def success() -> ::Boolean
Returns
- (::Boolean) — This field indicates whether or not the verification operation for MacVerifyRequest.mac over MacVerifyRequest.data was successful.
#success=
def success=(value) -> ::Boolean
Parameter
- value (::Boolean) — This field indicates whether or not the verification operation for MacVerifyRequest.mac over MacVerifyRequest.data was successful.
Returns
- (::Boolean) — This field indicates whether or not the verification operation for MacVerifyRequest.mac over MacVerifyRequest.data was successful.
#verified_data_crc32c
def verified_data_crc32c() -> ::Boolean
Returns
- (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.data_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.data_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.data_crc32c but this field is still false, discard the response and perform a limited number of retries.
#verified_data_crc32c=
def verified_data_crc32c=(value) -> ::Boolean
Parameter
- value (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.data_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.data_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.data_crc32c but this field is still false, discard the response and perform a limited number of retries.
Returns
- (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.data_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.data_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.data_crc32c but this field is still false, discard the response and perform a limited number of retries.
#verified_mac_crc32c
def verified_mac_crc32c() -> ::Boolean
Returns
- (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.mac_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.mac_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.mac_crc32c but this field is still false, discard the response and perform a limited number of retries.
#verified_mac_crc32c=
def verified_mac_crc32c=(value) -> ::Boolean
Parameter
- value (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.mac_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.mac_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.mac_crc32c but this field is still false, discard the response and perform a limited number of retries.
Returns
- (::Boolean) — Integrity verification field. A flag indicating whether MacVerifyRequest.mac_crc32c was received by KeyManagementService and used for the integrity verification of the data. A false value of this field indicates either that MacVerifyRequest.mac_crc32c was left unset or that it was not delivered to KeyManagementService. If you've set MacVerifyRequest.mac_crc32c but this field is still false, discard the response and perform a limited number of retries.
#verified_success_integrity
def verified_success_integrity() -> ::Boolean
Returns
- (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.
#verified_success_integrity=
def verified_success_integrity=(value) -> ::Boolean
Parameter
- value (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.
Returns
- (::Boolean) — Integrity verification field. This value is used for the integrity verification of [MacVerifyResponse.success]. If the value of this field contradicts the value of [MacVerifyResponse.success], discard the response and perform a limited number of retries.