google-cloud-netapp-v1 2.11.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: e1c65cf6cad8ab5c329bbeffd9cdc55dab1197a8b0d1428f6c52658e58c7ca3a
4
- data.tar.gz: 88cf9498f26dc8959d4a29d95328c91f648902a40e94d375eab64cf8d00baba7
3
+ metadata.gz: 6c56a2d8e1240849ee599c912bebf1aeb493cf1ca505e6acadc840f38f6fee79
4
+ data.tar.gz: 7f9e65bb7abbd5e8eee7650f273adcdebb4136658767c36105acebb4c3ed0a13
5
5
  SHA512:
6
- metadata.gz: 8d60ea6fc9818b5eec980982d9f2d9427876c28a58a0a4eef93f4d28622df6aac635843ec8a548434b232cc808af2cce373b40b28cfaf97479c68c5ba55ec65b
7
- data.tar.gz: 3f47f33ab10fae4379b19736dfdb2f042beef61aa78bd440a381d3f9cb3cf43d2189a6127ad0deadf8164d69fd99ba439faca3e636ccf9f20076cd57f61014ea
6
+ metadata.gz: bf5527ebf05cc2dcdc2754d81c5c5abb447619e5ccb23db8606ad1f5befc5ffbcf4ec0285a6a74812033f22a5406811950b290c47bbf5d0842c2ffe45ad2929e
7
+ data.tar.gz: 0fae6422e5175595ffd177d500a43edbbb12cf4e776d0cfbf94a8b7f426979deb2d75bdcb9f1aeca42721e426d682f4b767c8d32388aecd4be2f81bb82cade23
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -7352,6 +7352,7 @@ module Google
7352
7352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
7353
7353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
7354
7354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
7355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
7355
7356
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
7356
7357
  # trigger a retry.
7357
7358
  # @return [::Hash]
@@ -7435,6 +7436,7 @@ module Google
7435
7436
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
7436
7437
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
7437
7438
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
7439
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
7438
7440
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
7439
7441
  # trigger a retry.
7440
7442
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -6823,6 +6823,7 @@ module Google
6823
6823
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6824
6824
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6825
6825
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6826
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6826
6827
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6827
6828
  # trigger a retry.
6828
6829
  # @return [::Hash]
@@ -6902,6 +6903,7 @@ module Google
6902
6903
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6903
6904
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6904
6905
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6906
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6905
6907
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6906
6908
  # trigger a retry.
6907
6909
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -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.11.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.11.0
4
+ version: 2.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement