Struct google_cloudkms1_beta1::EncryptRequest [] [src]

pub struct EncryptRequest {
    pub plaintext: Option<String>,
    pub additional_authenticated_data: Option<String>,
}

Request message for KeyManagementService.Encrypt.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Required. The data to encrypt. Must be no larger than 64KiB.

Optional data that, if specified, must also be provided during decryption through DecryptRequest.additional_authenticated_data. Must be no larger than 64KiB.

Trait Implementations

impl Default for EncryptRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for EncryptRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EncryptRequest
[src]

Formats the value using the given formatter.

impl RequestValue for EncryptRequest
[src]