Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages_generated/key_manager/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ The data encryption key is returned in plaintext and ciphertext but it should on
)

/**
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. Only keys with a usage set to `symmetric_encryption` are supported by this method. The maximum payload size that can be encrypted is 64 KB of plaintext.
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. The maximum payload size that can be encrypted is 64 KB of plaintext.
*
* @param request - The request {@link EncryptRequest}
* @returns A Promise of EncryptResponse
Expand Down
Loading