Skip to content

Commit 3b7310b

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for enum CryptoKeyVersionAlgorithm is changed
PiperOrigin-RevId: 700331075
1 parent 048694a commit 3b7310b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/kms/v1/ekm_service.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import "google/api/resource.proto";
2323
import "google/protobuf/field_mask.proto";
2424
import "google/protobuf/timestamp.proto";
2525

26-
option cc_enable_arenas = true;
2726
option csharp_namespace = "Google.Cloud.Kms.V1";
2827
option go_package = "cloud.google.com/go/kms/apiv1/kmspb;kmspb";
2928
option java_multiple_files = true;

google/cloud/kms/v1/resources.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import "google/protobuf/duration.proto";
2222
import "google/protobuf/timestamp.proto";
2323
import "google/protobuf/wrappers.proto";
2424

25-
option cc_enable_arenas = true;
2625
option csharp_namespace = "Google.Cloud.Kms.V1";
2726
option go_package = "cloud.google.com/go/kms/apiv1/kmspb;kmspb";
2827
option java_multiple_files = true;
@@ -348,6 +347,8 @@ message CryptoKeyVersion {
348347
// The suffix following `HMAC_` corresponds to the hash algorithm being used
349348
// (eg. SHA256).
350349
//
350+
// Algorithms beginning with `PQ_` are post-quantum.
351+
//
351352
// For more information, see [Key purposes and algorithms]
352353
// (https://cloud.google.com/kms/docs/algorithms).
353354
enum CryptoKeyVersionAlgorithm {

0 commit comments

Comments
 (0)