Skip to content

Commit 585a7e8

Browse files
docs: [google-cloud-netapp] Rephrase comment on psa_range (googleapis#12476)
- [ ] Regenerate this pull request now. docs: Fix comment for UNIX of SecurityStyle PiperOrigin-RevId: 617205780 Source-Link: googleapis/googleapis@4bcefb9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/bcb9cf6eb3a6a4d29bd3052cb2ad7cd532f9d1ca Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldGFwcC8uT3dsQm90LnlhbWwiLCJoIjoiYmNiOWNmNmViM2E2YTRkMjliZDMwNTJjYjJhZDdjZDUzMmY5ZDFjYSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent 915faee commit 585a7e8

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

packages/google-cloud-netapp/google/cloud/netapp/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.3.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-netapp/google/cloud/netapp_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.3.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-netapp/google/cloud/netapp_v1/types/storage_pool.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,8 @@ class StoragePool(proto.Message):
242242
Optional. Flag indicating if the pool is NFS
243243
LDAP enabled or not.
244244
psa_range (str):
245-
Optional. This field is currently not
246-
implemented. Currently values provided in this
247-
field will be ignored.
245+
Optional. This field is not implemented. The
246+
values provided in this field are ignored.
248247
encryption_type (google.cloud.netapp_v1.types.EncryptionType):
249248
Output only. Specifies the current pool
250249
encryption key source.

packages/google-cloud-netapp/google/cloud/netapp_v1/types/volume.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class SecurityStyle(proto.Enum):
141141
NTFS (1):
142142
SecurityStyle uses NTFS
143143
UNIX (2):
144-
SecurityStyle uses NTFS
144+
SecurityStyle uses UNIX
145145
"""
146146
SECURITY_STYLE_UNSPECIFIED = 0
147147
NTFS = 1
@@ -371,9 +371,8 @@ class Volume(proto.Message):
371371
share_name (str):
372372
Required. Share name of the volume
373373
psa_range (str):
374-
Output only. This field is currently not
375-
implemented. Currently values provided in this
376-
field will be ignored.
374+
Output only. This field is not implemented.
375+
The values provided in this field are ignored.
377376
storage_pool (str):
378377
Required. StoragePool name of the volume
379378
network (str):

packages/google-cloud-netapp/samples/generated_samples/snippet_metadata_google.cloud.netapp.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-netapp",
11-
"version": "0.3.8"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)