From 69e5c1e60792842a22a49b751a5ae27ac3d3d03a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:41:00 -0700 Subject: [PATCH] docs: [netapp] Rephrase comment on psa_range (#5152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Rephrase comment on psa_range docs: Fix comment for UNIX of SecurityStyle PiperOrigin-RevId: 617205780 Source-Link: https://github.com/googleapis/googleapis/commit/4bcefb91a6b7da272db7b4d045f12c6292964b20 Source-Link: https://github.com/googleapis/googleapis-gen/commit/bcb9cf6eb3a6a4d29bd3052cb2ad7cd532f9d1ca Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldGFwcC8uT3dsQm90LnlhbWwiLCJoIjoiYmNiOWNmNmViM2E2YTRkMjliZDMwNTJjYjJhZDdjZDUzMmY5ZDFjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- .../protos/google/cloud/netapp/v1/storage_pool.proto | 4 ++-- .../protos/google/cloud/netapp/v1/volume.proto | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/storage_pool.proto b/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/storage_pool.proto index f659333fc05..e7429fd49e5 100644 --- a/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/storage_pool.proto +++ b/packages/google-cloud-netapp/protos/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/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/volume.proto b/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/volume.proto index a7f6cc9d838..da73f86d4a0 100644 --- a/packages/google-cloud-netapp/protos/google/cloud/netapp/v1/volume.proto +++ b/packages/google-cloud-netapp/protos/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