Skip to content

Commit

Permalink
docs: Rephrase comment on psa_range
Browse files Browse the repository at this point in the history
docs: Fix comment for UNIX of SecurityStyle

PiperOrigin-RevId: 617205780
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 19, 2024
1 parent ed05a08 commit 4bcefb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions google/cloud/netapp/v1/storage_pool.proto
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
6 changes: 3 additions & 3 deletions google/cloud/netapp/v1/volume.proto
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 4bcefb9

Please sign in to comment.