google-analytics-admin-v1alpha 0.41.0 → 0.42.0

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: c5a7ca7e63d37a1fa708d86934b73263398fe286f0250a614b824d6e7911cf7c
4
- data.tar.gz: e8961f9dce861ac9f7fa9ead3fcabc6e4ce55c65a0b94f6125fe18f915af6bbb
3
+ metadata.gz: c84b58ec98c7d7aa7e9931410ce0f42ac3f521284a82c2b3660e724c7591ace7
4
+ data.tar.gz: e209898ad193519e7610776122d9c2d7f7c192ae84327bad0f7694ab3c1f0302
5
5
  SHA512:
6
- metadata.gz: 2eb2c14dd17aad6c76bb2ef94fe75becc2e0127da7004270a9f3ad1fa10e5e708852878ef895b7db7a6443b8f5a2b03674c7ecd979fceef3f134e7492d475e87
7
- data.tar.gz: 95b2192ca5c4e3065312ce8659f0772898578ad194e5e5cce6d6013d4390b6d6bbbe80fef570469ef55d450538adbe313c78c0f6d92f9fc198d83a31f8e54b3c
6
+ metadata.gz: e322cff800f0e47e1aea281d04e2abeaa4eab6df6b9fb4141928217476010c023e5a72653640fb11564ae02b6e99628cfb93cde04d382581e86857ed25c16b3f
7
+ data.tar.gz: f0c4ca5c5315d45cb2eb65553a26db865b9c5b657416897895a9b5762d6054747e82cb873ab7ddd949b645a834e0a25a4bdbf27f4f51f0c602fdf9d791e5c61e
data/README.md CHANGED
@@ -83,7 +83,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
83
83
 
84
84
  ## Supported Ruby Versions
85
85
 
86
- This library is supported on Ruby 3.0+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported
89
89
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -14630,6 +14630,7 @@ module Google
14630
14630
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
14631
14631
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
14632
14632
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
14633
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
14633
14634
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
14634
14635
  # trigger a retry.
14635
14636
  # @return [::Hash]
@@ -14713,6 +14714,7 @@ module Google
14713
14714
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
14714
14715
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
14715
14716
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
14717
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
14716
14718
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
14717
14719
  # trigger a retry.
14718
14720
  #
@@ -13558,6 +13558,7 @@ module Google
13558
13558
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
13559
13559
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
13560
13560
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
13561
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
13561
13562
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
13562
13563
  # trigger a retry.
13563
13564
  # @return [::Hash]
@@ -13630,6 +13631,7 @@ module Google
13630
13631
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
13631
13632
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
13632
13633
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
13634
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
13633
13635
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
13634
13636
  # trigger a retry.
13635
13637
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Admin
23
23
  module V1alpha
24
- VERSION = "0.41.0"
24
+ VERSION = "0.42.0"
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-analytics-admin-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
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