google-cloud-netapp-v1 2.12.0 → 2.12.1

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: e89157f987ab1ca6231e23c89b281d79feff61c53bd812d0e3a8a640739d5b71
4
- data.tar.gz: ed07188cae4fee05aea0021df0eb69d4622d8b42ab1ccd68ac3f3703edeb61b9
3
+ metadata.gz: 6c56a2d8e1240849ee599c912bebf1aeb493cf1ca505e6acadc840f38f6fee79
4
+ data.tar.gz: 7f9e65bb7abbd5e8eee7650f273adcdebb4136658767c36105acebb4c3ed0a13
5
5
  SHA512:
6
- metadata.gz: 42c3f90bcd846c64503bf689e484f52c991e001bb2c838635d2c266618b9f4b4a1bdf520ab34ae049f89957ed51269dee1ce181f40a74fd14420d6f45475a7b9
7
- data.tar.gz: fd2b41c332eb81491d5f53cea51e299087b75cac8b64d851a32175fe78fa6646336b5583fb767ac59113290a30acd5c0e4700a7da8b9b3e6d528ed478a64b077
6
+ metadata.gz: bf5527ebf05cc2dcdc2754d81c5c5abb447619e5ccb23db8606ad1f5befc5ffbcf4ec0285a6a74812033f22a5406811950b290c47bbf5d0842c2ffe45ad2929e
7
+ data.tar.gz: 0fae6422e5175595ffd177d500a43edbbb12cf4e776d0cfbf94a8b7f426979deb2d75bdcb9f1aeca42721e426d682f4b767c8d32388aecd4be2f81bb82cade23
@@ -4370,7 +4370,7 @@ module Google
4370
4370
  uri_template: "/v1/{ontap_path}",
4371
4371
  body: "*",
4372
4372
  matches: [
4373
- ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/.*)?$}, true]
4373
+ ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/(?<__wildcard__>.*))?$}, true]
4374
4374
  ]
4375
4375
  )
4376
4376
  transcoder.transcode request_pb
@@ -4391,7 +4391,7 @@ module Google
4391
4391
  uri_method: :get,
4392
4392
  uri_template: "/v1/{ontap_path}",
4393
4393
  matches: [
4394
- ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/.*)?$}, true]
4394
+ ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/(?<__wildcard__>.*))?$}, true]
4395
4395
  ]
4396
4396
  )
4397
4397
  transcoder.transcode request_pb
@@ -4412,7 +4412,7 @@ module Google
4412
4412
  uri_method: :delete,
4413
4413
  uri_template: "/v1/{ontap_path}",
4414
4414
  matches: [
4415
- ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/.*)?$}, true]
4415
+ ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/(?<__wildcard__>.*))?$}, true]
4416
4416
  ]
4417
4417
  )
4418
4418
  transcoder.transcode request_pb
@@ -4434,7 +4434,7 @@ module Google
4434
4434
  uri_template: "/v1/{ontap_path}",
4435
4435
  body: "*",
4436
4436
  matches: [
4437
- ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/.*)?$}, true]
4437
+ ["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/(?<__wildcard__>.*))?$}, true]
4438
4438
  ]
4439
4439
  )
4440
4440
  transcoder.transcode request_pb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetApp
23
23
  module V1
24
- VERSION = "2.12.0"
24
+ VERSION = "2.12.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-netapp-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0
4
+ version: 2.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC