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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c84b58ec98c7d7aa7e9931410ce0f42ac3f521284a82c2b3660e724c7591ace7
|
|
4
|
+
data.tar.gz: e209898ad193519e7610776122d9c2d7f7c192ae84327bad0f7694ab3c1f0302
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|