google-cloud-backupdr-v1 1.10.0 → 1.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: 0dc559bfdaeac753057eadd5545b4dce6111fdd06282adadd3d0d6e284370667
4
- data.tar.gz: b3afa24ade50a492c426ab4c1db6cbae14a947b96f9fd2cbe2ae1b8d63c860f3
3
+ metadata.gz: fdfb32108c0a8be423298484c63db67b3d3ae26a2ab7ad9c01d89e8e4d69d7c0
4
+ data.tar.gz: e3f2f2d5e79e7b534b9189775982be82ad2c44e6a2499ed0e3a557e4e370451f
5
5
  SHA512:
6
- metadata.gz: 9c20e0e1d714b22e421b8e4d5e52faf7140f9ffa20033f6206be5a0d8b92e7b6f9f9f43617268e634814dd5970cf7369d7bea057f3f15eb7d68d0bb1fb1efade
7
- data.tar.gz: 926f8d5b4e03316fa00857fbe767cde9749f8bd4cf362bcc24e62a50e50e28bf7358d18ca439536b1bf2e2157dee1d13e38c4cea90575c97ce8965a5911a7789
6
+ metadata.gz: 68b940f3ddd96fb07de13089ac5159084c1772b42634fe9af7a3d517a7515f8085796cf963fee7852bfda76bc100cf883d5b6574522d934e3c3d5a7371f1ce73
7
+ data.tar.gz: ba12ea674d0587cd655e74ef4fe4133faa694dcb18dfe29e35a4c55c9c1b0f668c3f3d4a02dedfd233ef24705fd16f79e86d89afa345c50b1e1ef89ab2521546
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
@@ -420,6 +420,7 @@ module Google
420
420
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
421
421
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
422
422
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
423
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
423
424
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
424
425
  # trigger a retry.
425
426
  # @return [::Hash]
@@ -503,6 +504,7 @@ module Google
503
504
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
504
505
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
505
506
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
507
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
506
508
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
507
509
  # trigger a retry.
508
510
  #
@@ -382,6 +382,7 @@ module Google
382
382
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
383
383
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
384
384
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
385
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
385
386
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
386
387
  # trigger a retry.
387
388
  # @return [::Hash]
@@ -461,6 +462,7 @@ module Google
461
462
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
462
463
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
463
464
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
465
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
464
466
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
465
467
  # trigger a retry.
466
468
  #
@@ -4424,6 +4424,7 @@ module Google
4424
4424
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4425
4425
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4426
4426
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4427
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4427
4428
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4428
4429
  # trigger a retry.
4429
4430
  # @return [::Hash]
@@ -4507,6 +4508,7 @@ module Google
4507
4508
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4508
4509
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4509
4510
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4511
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4510
4512
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4511
4513
  # trigger a retry.
4512
4514
  #
@@ -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
  #
@@ -4134,6 +4134,7 @@ module Google
4134
4134
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4135
4135
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4136
4136
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4137
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4137
4138
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4138
4139
  # trigger a retry.
4139
4140
  # @return [::Hash]
@@ -4213,6 +4214,7 @@ module Google
4213
4214
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4214
4215
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4215
4216
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4217
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4216
4218
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4217
4219
  # trigger a retry.
4218
4220
  #
@@ -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 BackupDR
23
23
  module V1
24
- VERSION = "1.10.0"
24
+ VERSION = "1.11.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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-backupdr-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.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