Skip to content

Commit

Permalink
docs: [netapp] Rephrase comment on psa_range (#5152)
Browse files Browse the repository at this point in the history
* docs: Rephrase comment on psa_range
docs: Fix comment for UNIX of SecurityStyle

PiperOrigin-RevId: 617205780

Source-Link: googleapis/googleapis@4bcefb9

Source-Link: googleapis/googleapis-gen@bcb9cf6
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 25, 2024
1 parent 8c2c43c commit 69e5c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ enum SecurityStyle {
// SecurityStyle uses NTFS
NTFS = 1;

// SecurityStyle uses NTFS
// SecurityStyle uses UNIX
UNIX = 2;
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69e5c1e

Please sign in to comment.