A simple wrapper for the encryption key attributes.
Most request options have primitive types such as integers or strings. Encryption keys, in contrast, must include the algorithm, the (base64-encoded) key, and the (base64-encoded) hash of the key. This structure provides a simple container for these three values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["The webpage provides a comprehensive list of versions for `EncryptionKeyData`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version link directs to the documentation for `EncryptionKeyData` within that specific version's storage reference, such as `google::cloud::storage::EncryptionKeyData`."],["The `EncryptionKeyData` structure is a simple wrapper designed to contain and organize encryption key attributes, such as the encryption algorithm, key, and the key's hash."],["The `EncryptionKeyData` structure stores the encryption key and its attributes, which is different from most other request options that use simple data types."]]],[]]