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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68f3fde24a197cd06acc6bc9b750419b0da1b5337d52fe3dbb8ef847508eee53
4
- data.tar.gz: 54258e7842ac1c87f06411044b03c6c1eaf12ff0819f86f7cc33ae373ebccbf0
3
+ metadata.gz: 1acf0527bbdae23bb99d05c32274d0fd1d8a77ed4c336fb85e0a0b32e1fbc987
4
+ data.tar.gz: be14362761543a8e8f9a1093d09a32b19e10a4bb8cb93b8134076b221ad9980d
5
5
  SHA512:
6
- metadata.gz: 1f5b9449ed35897d7e02116c4433d0b1e8c144a49fcf3c2ad4d19af5f21e0eae1c87866825ad75ffda11f129e50850563e0d911aaf07c83ac90daa7a717c7a6d
7
- data.tar.gz: 1bd1efd96b10f89ad6a860fae6d3bcb8bfb0943aba0a24a31259d8840952cbbc65ae6d894e72081e771f3c2f0b968bf90bfb4081c78c631029a6eee74df96427
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.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
@@ -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
  #
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkConnectivity
23
23
  module V1
24
- VERSION = "1.14.0"
24
+ VERSION = "1.15.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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[1].email` for a violation in the `email` field of the
305
+ # * `email_addresses[0].email` for a violation in the `email` field of the
306
306
  # first `email_addresses` message
307
- # * `email_addresses[3].type[2]` for a violation in the second `type`
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[1].email` for a violation in the `email` field of the
313
+ # * `emailAddresses[0].email` for a violation in the `email` field of the
314
314
  # first `emailAddresses` message
315
- # * `emailAddresses[3].type[2]` for a violation in the second `type`
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.14.0
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.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