From 4bcefb91a6b7da272db7b4d045f12c6292964b20 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 19 Mar 2024 09:55:42 -0700 Subject: [PATCH] docs: Rephrase comment on psa_range docs: Fix comment for UNIX of SecurityStyle PiperOrigin-RevId: 617205780 --- google/cloud/netapp/v1/storage_pool.proto | 4 ++-- google/cloud/netapp/v1/volume.proto | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/google/cloud/netapp/v1/storage_pool.proto b/google/cloud/netapp/v1/storage_pool.proto index f659333fc056f..e7429fd49e59b 100644 --- a/google/cloud/netapp/v1/storage_pool.proto +++ b/google/cloud/netapp/v1/storage_pool.proto @@ -218,8 +218,8 @@ message StoragePool { // Optional. Flag indicating if the pool is NFS LDAP enabled or not. bool ldap_enabled = 14 [(google.api.field_behavior) = OPTIONAL]; - // Optional. This field is currently not implemented. Currently values - // provided in this field will be ignored. + // Optional. This field is not implemented. The values provided in this field + // are ignored. string psa_range = 15 [(google.api.field_behavior) = OPTIONAL]; // Output only. Specifies the current pool encryption key source. diff --git a/google/cloud/netapp/v1/volume.proto b/google/cloud/netapp/v1/volume.proto index a7f6cc9d838ac..da73f86d4a0e7 100644 --- a/google/cloud/netapp/v1/volume.proto +++ b/google/cloud/netapp/v1/volume.proto @@ -102,7 +102,7 @@ enum SecurityStyle { // SecurityStyle uses NTFS NTFS = 1; - // SecurityStyle uses NTFS + // SecurityStyle uses UNIX UNIX = 2; } @@ -274,8 +274,8 @@ message Volume { // Required. Share name of the volume string share_name = 5 [(google.api.field_behavior) = REQUIRED]; - // Output only. This field is currently not implemented. Currently values - // provided in this field will be ignored. + // Output only. This field is not implemented. The values provided in this + // field are ignored. string psa_range = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // Required. StoragePool name of the volume