google-cloud-network_connectivity-v1beta 0.1.0 → 0.2.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/hub_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/transport_manager/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/transport_manager/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1beta/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 810b5607d6accabe988aa8448286e165042bb8af5fff35c30fa12bc58ea3f7a5
|
|
4
|
+
data.tar.gz: 7643f5e67a21086fd757ef5a4dcbd19fb641d09c50e0ed05e9d469e88e77d304
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb0cd94ccda8b91f75f3a4a5249ab8b9bd9c499a850ee7962f3c282bdadc45e7c33bb8fa4fe4158c03605ea73eeb028aa985340e6492189eed8bf8bcf4c3b8a2
|
|
7
|
+
data.tar.gz: 6fc277782121c7b91ccec87fd59275307113e1dafb6f7c3ec7d2aae8c6d7d9be5e69065b716891a79cb13a1d1a21348151d1b284ff9a85923574fb94709cdf0b
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1595,6 +1595,7 @@ module Google
|
|
|
1595
1595
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1596
1596
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1597
1597
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1598
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1598
1599
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1599
1600
|
# trigger a retry.
|
|
1600
1601
|
# @return [::Hash]
|
|
@@ -1678,6 +1679,7 @@ module Google
|
|
|
1678
1679
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1679
1680
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1680
1681
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1682
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1681
1683
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1682
1684
|
# trigger a retry.
|
|
1683
1685
|
#
|
|
@@ -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
|
#
|
|
@@ -3282,6 +3282,7 @@ module Google
|
|
|
3282
3282
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3283
3283
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3284
3284
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3285
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3285
3286
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3286
3287
|
# trigger a retry.
|
|
3287
3288
|
# @return [::Hash]
|
|
@@ -3365,6 +3366,7 @@ module Google
|
|
|
3365
3366
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3366
3367
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3367
3368
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3369
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3368
3370
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3369
3371
|
# trigger a retry.
|
|
3370
3372
|
#
|
|
@@ -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
|
#
|
|
@@ -746,6 +746,7 @@ module Google
|
|
|
746
746
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
747
747
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
748
748
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
749
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
749
750
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
750
751
|
# trigger a retry.
|
|
751
752
|
# @return [::Hash]
|
|
@@ -829,6 +830,7 @@ module Google
|
|
|
829
830
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
830
831
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
831
832
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
833
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
832
834
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
833
835
|
# trigger a retry.
|
|
834
836
|
#
|
data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/operations.rb
CHANGED
|
@@ -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
|
#
|
|
@@ -1126,6 +1126,7 @@ module Google
|
|
|
1126
1126
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1127
1127
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1128
1128
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1129
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1129
1130
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1130
1131
|
# trigger a retry.
|
|
1131
1132
|
# @return [::Hash]
|
|
@@ -1209,6 +1210,7 @@ module Google
|
|
|
1209
1210
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1210
1211
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1211
1212
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1213
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1212
1214
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1213
1215
|
# trigger a retry.
|
|
1214
1216
|
#
|
|
@@ -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
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-network_connectivity-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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
|