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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides a list of versioned documentation for `EncryptionKeyData`, a C++ structure found in Google Cloud Storage."],["The latest version available is `2.37.0-rc`, and previous versions are listed chronologically down to `2.11.0`."],["`EncryptionKeyData` serves as a simple container for encryption key attributes, including the encryption algorithm, the base64-encoded key, and the base64-encoded hash of the key."],["The structure is used to encapsulate encryption key data that is used within request options."]]],[]]