mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-15 12:50:26 +02:00
docs: A comment for enum CryptoKeyVersionAlgorithm is changed
PiperOrigin-RevId: 700331075
This commit is contained in:
parent
048694a2bb
commit
3b7310beba
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ import "google/api/resource.proto";
|
|||
import "google/protobuf/field_mask.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option cc_enable_arenas = true;
|
||||
option csharp_namespace = "Google.Cloud.Kms.V1";
|
||||
option go_package = "cloud.google.com/go/kms/apiv1/kmspb;kmspb";
|
||||
option java_multiple_files = true;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ import "google/protobuf/duration.proto";
|
|||
import "google/protobuf/timestamp.proto";
|
||||
import "google/protobuf/wrappers.proto";
|
||||
|
||||
option cc_enable_arenas = true;
|
||||
option csharp_namespace = "Google.Cloud.Kms.V1";
|
||||
option go_package = "cloud.google.com/go/kms/apiv1/kmspb;kmspb";
|
||||
option java_multiple_files = true;
|
||||
|
|
@ -348,6 +347,8 @@ message CryptoKeyVersion {
|
|||
// The suffix following `HMAC_` corresponds to the hash algorithm being used
|
||||
// (eg. SHA256).
|
||||
//
|
||||
// Algorithms beginning with `PQ_` are post-quantum.
|
||||
//
|
||||
// For more information, see [Key purposes and algorithms]
|
||||
// (https://cloud.google.com/kms/docs/algorithms).
|
||||
enum CryptoKeyVersionAlgorithm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue