Class Google::Cloud::Kms::V1::DecryptRequest (v0.10.2)

Request message for KeyManagementService.Decrypt.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#additional_authenticated_data

def additional_authenticated_data() -> ::String
Returns

#additional_authenticated_data=

def additional_authenticated_data=(value) -> ::String
Parameter
Returns

#additional_authenticated_data_crc32c

def additional_authenticated_data_crc32c() -> ::Google::Protobuf::Int64Value
Returns

#additional_authenticated_data_crc32c=

def additional_authenticated_data_crc32c=(value) -> ::Google::Protobuf::Int64Value
Parameter
Returns

#ciphertext

def ciphertext() -> ::String
Returns

#ciphertext=

def ciphertext=(value) -> ::String
Parameter
Returns

#ciphertext_crc32c

def ciphertext_crc32c() -> ::Google::Protobuf::Int64Value
Returns

#ciphertext_crc32c=

def ciphertext_crc32c=(value) -> ::Google::Protobuf::Int64Value
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.
Returns
  • (::String) — Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.