google-cloud-netapp-v1 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38fceff7d626cf8b56adde91af8e84c1e2d66d859f5139310ae9e7b56264eee9
4
- data.tar.gz: 7959b1418d16be9f262dd9743d629a387f88e6c8dfc4dfedeed2ffdd8455f7d9
3
+ metadata.gz: 6df0920e9ba6072959ab57ebefb3dde948bc81bb7ef05b775b9928545b68be82
4
+ data.tar.gz: 6719b1f3b92a54225d99041bfd5ab611ca682cbd961c3dd64ffecd36462a2080
5
5
  SHA512:
6
- metadata.gz: a5328a05181f02d7596017cf72a0d667acdc177c14c9ca73e33c61908511771f7be990114b87423547c09e820ba06975d7a9b9c5db1f6f72a76ecee89054f874
7
- data.tar.gz: 56fb18ea1c9532fdfb5c65e7dceacbb9959278fe9c6164b7547e65988cfa469e8768ed3d8ecda227f4c2ddf23fa1bc09cd3f93d2a2240d016919ea45f480e25f
6
+ metadata.gz: 685e0d8ab2d7413ec80636ff9a5d4cb6da1238f1f03ea1430d53199a50102e43592be260590021467097f9f81b208b81b3a5d9a03b5c66da17474e07654beb47
7
+ data.tar.gz: c184366194a668f76e32ebd26d38549b32467ac079601a99b719f0d8e8f1e44d0b4aeb20bf42d210f7f2c62f95f33c8cfccb95d22aefb71b003e1882f6d401f4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetApp
23
23
  module V1
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.2"
25
25
  end
26
26
  end
27
27
  end
@@ -159,8 +159,8 @@ module Google
159
159
  # Optional. Flag indicating if the pool is NFS LDAP enabled or not.
160
160
  # @!attribute [rw] psa_range
161
161
  # @return [::String]
162
- # Optional. This field is currently not implemented. Currently values
163
- # provided in this field will be ignored.
162
+ # Optional. This field is not implemented. The values provided in this field
163
+ # are ignored.
164
164
  # @!attribute [r] encryption_type
165
165
  # @return [::Google::Cloud::NetApp::V1::EncryptionType]
166
166
  # Output only. Specifies the current pool encryption key source.
@@ -147,8 +147,8 @@ module Google
147
147
  # Required. Share name of the volume
148
148
  # @!attribute [r] psa_range
149
149
  # @return [::String]
150
- # Output only. This field is currently not implemented. Currently values
151
- # provided in this field will be ignored.
150
+ # Output only. This field is not implemented. The values provided in this
151
+ # field are ignored.
152
152
  # @!attribute [rw] storage_pool
153
153
  # @return [::String]
154
154
  # Required. StoragePool name of the volume
@@ -553,7 +553,7 @@ module Google
553
553
  # SecurityStyle uses NTFS
554
554
  NTFS = 1
555
555
 
556
- # SecurityStyle uses NTFS
556
+ # SecurityStyle uses UNIX
557
557
  UNIX = 2
558
558
  end
559
559
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-netapp-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common