google-cloud-network_management-v1 2.10.1 → 2.11.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: ad1b4739e131bac6ffa5d35ffc6c17070103b72bf3753fd26147c6cec1323161
4
- data.tar.gz: 6c49a4fbfd298a7e6e0d91d32f870f532f1e772e781d2c5849f857de7c3831dd
3
+ metadata.gz: 0a8d22752fc1834f4b464e9b1b30d3afc6e9e549737f6bc27325020079f137f3
4
+ data.tar.gz: 75bd4e26918119a9135faeba0cb59e1d5de8e8222febca2091237efba1c88b37
5
5
  SHA512:
6
- metadata.gz: ae1acb45a73e7ab8433e40a47f8372251062bae612defebd89807d5b7612865302054d3315755226a65117dd4f2983c9aaa20c07787843fe3fd3f3bb7efb18f2
7
- data.tar.gz: f0b59532eed5fe01bf2c72146de4aad12a03fb504ebcde315489e81f557091a8df7129fa2a070ce0ffb5e96f0585fecde5874c84c6d4916e365f6672396ea081
6
+ metadata.gz: f7a3c1050532498dec82761e5c0ce6d488684cb814c783c98e509f67344a3d80de3d28adc2f2e19d93ad1b63cb2c5fa493ba9100d4252a900177d3c3e31f3ed4
7
+ data.tar.gz: 7fa3e8a5c3a79565892a3f71aff8e57b492336652e77f12b22a46e8657188d88d5057504cbfcf86247e447e681e972494197c9e0922fb3174d22cfb0e7b87a8e
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.0+.
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
@@ -864,6 +864,7 @@ module Google
864
864
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
865
865
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
866
866
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
867
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
867
868
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
868
869
  # trigger a retry.
869
870
  # @return [::Hash]
@@ -947,6 +948,7 @@ module Google
947
948
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
948
949
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
949
950
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
951
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
950
952
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
951
953
  # trigger a retry.
952
954
  #
@@ -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
  #
@@ -798,6 +798,7 @@ module Google
798
798
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
799
799
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
800
800
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
801
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
801
802
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
802
803
  # trigger a retry.
803
804
  # @return [::Hash]
@@ -877,6 +878,7 @@ module Google
877
878
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
878
879
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
879
880
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
881
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
880
882
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
881
883
  # trigger a retry.
882
884
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -966,6 +966,7 @@ module Google
966
966
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
967
967
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
968
968
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
969
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
969
970
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
970
971
  # trigger a retry.
971
972
  # @return [::Hash]
@@ -1049,6 +1050,7 @@ module Google
1049
1050
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1050
1051
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1051
1052
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1053
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1052
1054
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1053
1055
  # trigger a retry.
1054
1056
  #
@@ -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
  #
@@ -893,6 +893,7 @@ module Google
893
893
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
894
894
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
895
895
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
896
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
896
897
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
897
898
  # trigger a retry.
898
899
  # @return [::Hash]
@@ -972,6 +973,7 @@ module Google
972
973
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
973
974
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
974
975
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
976
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
975
977
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
976
978
  # trigger a retry.
977
979
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkManagement
23
23
  module V1
24
- VERSION = "2.10.1"
24
+ VERSION = "2.11.0"
25
25
  end
26
26
  end
27
27
  end
@@ -1073,6 +1073,7 @@ module Google
1073
1073
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1074
1074
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1075
1075
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1076
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1076
1077
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1077
1078
  # trigger a retry.
1078
1079
  # @return [::Hash]
@@ -1156,6 +1157,7 @@ module Google
1156
1157
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1157
1158
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1158
1159
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1160
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1159
1161
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1160
1162
  # trigger a retry.
1161
1163
  #
@@ -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
  #
@@ -993,6 +993,7 @@ module Google
993
993
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
994
994
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
995
995
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
996
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
996
997
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
997
998
  # trigger a retry.
998
999
  # @return [::Hash]
@@ -1072,6 +1073,7 @@ module Google
1072
1073
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1073
1074
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1074
1075
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1076
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1075
1077
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1076
1078
  # trigger a retry.
1077
1079
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.1
4
+ version: 2.11.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