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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c56a2d8e1240849ee599c912bebf1aeb493cf1ca505e6acadc840f38f6fee79
|
|
4
|
+
data.tar.gz: 7f9e65bb7abbd5e8eee7650f273adcdebb4136658767c36105acebb4c3ed0a13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
4437
|
+
["ontap_path", %r{^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap(?:/(?<__wildcard__>.*))?$}, true]
|
|
4438
4438
|
]
|
|
4439
4439
|
)
|
|
4440
4440
|
transcoder.transcode request_pb
|