google-cloud-iap-v1 1.7.1 → 1.8.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: b36dd47e4ce4aa1202f9035a94b34216d98616d56b2c7c561936749ac5b65dbb
4
- data.tar.gz: 3ed55b060dce9ba74b81cb77216ac58a74e1c20090fa65c483c997c59ffe11b4
3
+ metadata.gz: 3fbca8e8f6c288adde56772785d754b642d08fc7d8f7adb345b036aa2fdd09e1
4
+ data.tar.gz: 34c2e9d2b7012ab340ec04715e5d9c7dd88bfe76df4aaf13084c79263351f197
5
5
  SHA512:
6
- metadata.gz: 460eb7dac9d82c6bac3564c337e7ddae9a9939bf38725b57a7a9ff691eb1e5a912cddc13c9c071df392b4f2c544612bad150ece4c2c2f116e7b895eaa33c5bfd
7
- data.tar.gz: a973f5f0a6c2707646ee7d99d68b274f72fa18318f10cfa32362b22a4984e83d26e0b2cd39e475a8d272b819cbb7caf16f7a5cdc23e37af18d2a4643aa48f26a
6
+ metadata.gz: dd8da12d873124340a62effbab5973a2554facd756805c370f4ec162cffffa1dd135f6b243bbfe92625da5d4b6e7aa44fce9ef1fffd3b953aa846ba8afaf2bc7
7
+ data.tar.gz: 716e79ad38d61c3c03ff7dfedb4ec884b745cad99aef7b4fd85fbd8e5741d69d705fb6ad85d96d234408c270dfe5c8e08a24d31fe77923bb43e297c2d67dd879
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
@@ -1304,6 +1304,7 @@ module Google
1304
1304
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1305
1305
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1306
1306
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1307
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1307
1308
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1308
1309
  # trigger a retry.
1309
1310
  # @return [::Hash]
@@ -1387,6 +1388,7 @@ module Google
1387
1388
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1388
1389
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1389
1390
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1391
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1390
1392
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1391
1393
  # trigger a retry.
1392
1394
  #
@@ -1194,6 +1194,7 @@ module Google
1194
1194
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1195
1195
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1196
1196
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1197
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1197
1198
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1198
1199
  # trigger a retry.
1199
1200
  # @return [::Hash]
@@ -1266,6 +1267,7 @@ module Google
1266
1267
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1267
1268
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1268
1269
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1270
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1269
1271
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1270
1272
  # trigger a retry.
1271
1273
  #
@@ -529,7 +529,7 @@ module Google
529
529
  uri_template: "/v1/{resource}:setIamPolicy",
530
530
  body: "*",
531
531
  matches: [
532
- ["resource", %r{^.*$}, true]
532
+ ["resource", %r{^(?<__wildcard__>.*)$}, true]
533
533
  ]
534
534
  )
535
535
  transcoder.transcode request_pb
@@ -551,7 +551,7 @@ module Google
551
551
  uri_template: "/v1/{resource}:getIamPolicy",
552
552
  body: "*",
553
553
  matches: [
554
- ["resource", %r{^.*$}, true]
554
+ ["resource", %r{^(?<__wildcard__>.*)$}, true]
555
555
  ]
556
556
  )
557
557
  transcoder.transcode request_pb
@@ -573,7 +573,7 @@ module Google
573
573
  uri_template: "/v1/{resource}:testIamPermissions",
574
574
  body: "*",
575
575
  matches: [
576
- ["resource", %r{^.*$}, true]
576
+ ["resource", %r{^(?<__wildcard__>.*)$}, true]
577
577
  ]
578
578
  )
579
579
  transcoder.transcode request_pb
@@ -594,7 +594,7 @@ module Google
594
594
  uri_method: :get,
595
595
  uri_template: "/v1/{name}:iapSettings",
596
596
  matches: [
597
- ["name", %r{^.*$}, true]
597
+ ["name", %r{^(?<__wildcard__>.*)$}, true]
598
598
  ]
599
599
  )
600
600
  transcoder.transcode request_pb
@@ -616,7 +616,7 @@ module Google
616
616
  uri_template: "/v1/{iap_settings.name}:iapSettings",
617
617
  body: "iap_settings",
618
618
  matches: [
619
- ["iap_settings.name", %r{^.*$}, true]
619
+ ["iap_settings.name", %r{^(?<__wildcard__>.*)$}, true]
620
620
  ]
621
621
  )
622
622
  transcoder.transcode request_pb
@@ -637,7 +637,7 @@ module Google
637
637
  uri_method: :post,
638
638
  uri_template: "/v1/{name}:validateAttributeExpression",
639
639
  matches: [
640
- ["name", %r{^.*$}, true]
640
+ ["name", %r{^(?<__wildcard__>.*)$}, true]
641
641
  ]
642
642
  )
643
643
  transcoder.transcode request_pb
@@ -1009,6 +1009,7 @@ module Google
1009
1009
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1010
1010
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1011
1011
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1012
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1012
1013
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1013
1014
  # trigger a retry.
1014
1015
  # @return [::Hash]
@@ -1092,6 +1093,7 @@ module Google
1092
1093
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1093
1094
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1094
1095
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1096
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1095
1097
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1096
1098
  # trigger a retry.
1097
1099
  #
@@ -920,6 +920,7 @@ module Google
920
920
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
921
921
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
922
922
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
923
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
923
924
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
924
925
  # trigger a retry.
925
926
  # @return [::Hash]
@@ -992,6 +993,7 @@ module Google
992
993
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
993
994
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
994
995
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
996
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
995
997
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
996
998
  # trigger a retry.
997
999
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iap
23
23
  module V1
24
- VERSION = "1.7.1"
24
+ VERSION = "1.8.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-iap-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.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