docs: A comment for enum CryptoKeyVersionAlgorithm is changed

PiperOrigin-RevId: 700331075
This commit is contained in:
Google APIs 2024-11-26 07:09:31 -08:00 committed by Copybara-Service
parent 048694a2bb
commit 3b7310beba
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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 {