google-cloud-network_connectivity-v1 1.14.0 → 1.15.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/v1/cross_network_automation_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/cross_network_automation_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/data_transfer_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/hub_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/hub_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/internal_range_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/internal_range_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/operations.rb +2 -0
- data/lib/google/cloud/network_connectivity/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/rpc/error_details.rb +4 -4
- 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: 1acf0527bbdae23bb99d05c32274d0fd1d8a77ed4c336fb85e0a0b32e1fbc987
|
|
4
|
+
data.tar.gz: be14362761543a8e8f9a1093d09a32b19e10a4bb8cb93b8134076b221ad9980d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fb19185a3ca2b3be68871891b80681acb8628db6681871064cd1fac4bdf9d92e05290218c78d766a41437ebf6a6f8226d0dbdc909978f745bb1721f8c8e66dd
|
|
7
|
+
data.tar.gz: 8cc7f3202f91becf6246caa0a7fa55200518ad02d679387d890ea21977a16b2a3022b88dd15e8eda22bc9c71c1f607b57478b43dc06b15b9b2dd7e3ec7a6014e
|
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.
|
|
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
|
|
@@ -2201,6 +2201,7 @@ module Google
|
|
|
2201
2201
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2202
2202
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2203
2203
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2204
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2204
2205
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2205
2206
|
# trigger a retry.
|
|
2206
2207
|
# @return [::Hash]
|
|
@@ -2284,6 +2285,7 @@ module Google
|
|
|
2284
2285
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2285
2286
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2286
2287
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2288
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2287
2289
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2288
2290
|
# trigger a retry.
|
|
2289
2291
|
#
|
data/lib/google/cloud/network_connectivity/v1/cross_network_automation_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
|
#
|
|
@@ -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
|
#
|
|
@@ -2751,6 +2751,7 @@ module Google
|
|
|
2751
2751
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2752
2752
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2753
2753
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2754
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2754
2755
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2755
2756
|
# trigger a retry.
|
|
2756
2757
|
# @return [::Hash]
|
|
@@ -2834,6 +2835,7 @@ module Google
|
|
|
2834
2835
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2835
2836
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2836
2837
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2838
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2837
2839
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2838
2840
|
# trigger a retry.
|
|
2839
2841
|
#
|
|
@@ -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
|
#
|
|
@@ -862,6 +862,7 @@ module Google
|
|
|
862
862
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
863
863
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
864
864
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
865
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
865
866
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
866
867
|
# trigger a retry.
|
|
867
868
|
# @return [::Hash]
|
|
@@ -945,6 +946,7 @@ module Google
|
|
|
945
946
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
946
947
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
947
948
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
949
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
948
950
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
949
951
|
# trigger a retry.
|
|
950
952
|
#
|
|
@@ -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
|
#
|
|
@@ -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
|
#
|
|
@@ -31,6 +31,8 @@ module Google
|
|
|
31
31
|
# @!attribute [rw] selective_gapic_generation
|
|
32
32
|
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
33
|
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
34
|
+
#
|
|
35
|
+
# Note: This field should not be used in most cases.
|
|
34
36
|
class CommonLanguageSettings
|
|
35
37
|
include ::Google::Protobuf::MessageExts
|
|
36
38
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -441,6 +443,8 @@ module Google
|
|
|
441
443
|
|
|
442
444
|
# This message is used to configure the generation of a subset of the RPCs in
|
|
443
445
|
# a service for client libraries.
|
|
446
|
+
#
|
|
447
|
+
# Note: This feature should not be used in most cases.
|
|
444
448
|
# @!attribute [rw] methods
|
|
445
449
|
# @return [::Array<::String>]
|
|
446
450
|
# An allowlist of the fully qualified names of RPCs that should be included
|
|
@@ -302,17 +302,17 @@ module Google
|
|
|
302
302
|
# In this example, in proto `field` could take one of the following values:
|
|
303
303
|
#
|
|
304
304
|
# * `full_name` for a violation in the `full_name` value
|
|
305
|
-
# * `email_addresses[
|
|
305
|
+
# * `email_addresses[0].email` for a violation in the `email` field of the
|
|
306
306
|
# first `email_addresses` message
|
|
307
|
-
# * `email_addresses[
|
|
307
|
+
# * `email_addresses[2].type[1]` for a violation in the second `type`
|
|
308
308
|
# value in the third `email_addresses` message.
|
|
309
309
|
#
|
|
310
310
|
# In JSON, the same values are represented as:
|
|
311
311
|
#
|
|
312
312
|
# * `fullName` for a violation in the `fullName` value
|
|
313
|
-
# * `emailAddresses[
|
|
313
|
+
# * `emailAddresses[0].email` for a violation in the `email` field of the
|
|
314
314
|
# first `emailAddresses` message
|
|
315
|
-
# * `emailAddresses[
|
|
315
|
+
# * `emailAddresses[2].type[1]` for a violation in the second `type`
|
|
316
316
|
# value in the third `emailAddresses` message.
|
|
317
317
|
# @!attribute [rw] description
|
|
318
318
|
# @return [::String]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-network_connectivity-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.15.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
|