google-cloud-orchestration-airflow-service-v1 1.8.0 → 1.9.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: ff5a66db2b3b5e37013b770979ec9e43aae4382d89d987317007e269751c7fd8
4
- data.tar.gz: 1059778323668ce587a25ca2e0568e3bf7b8aafef997817f6628aac18c2b29f1
3
+ metadata.gz: 116fb885b547508b5ec6750a507ed0e1fb1ff034e6fbcd8f47ecec6dbbf7788b
4
+ data.tar.gz: 7f0d36bb05d7c8a52fcbedc45372811a7fdbf3e10da562751cebe34934b40767
5
5
  SHA512:
6
- metadata.gz: 9f2dd70adcb533f42632ef36d5c020d5a026da887fdcb42d1014288c0be360f90356e287eec3907cc7ff0c60e9741480464eac3230baf9cfbb0e45da25c01d0e
7
- data.tar.gz: c97e5daf4f1d0bcdb3768044afa86e194d4e78f41e254b609b5bf829ce9b12becf8de3146c673d874ae60c62afe78f0dea7d07f3e7389f77edb3e37a91a7aae5
6
+ metadata.gz: f8c60a288c8ff8117d58078f18709d9b35b8705757f1cd87939d77a0a6f4e9eb98b576c7cecbeb64244cbf16216a2e5cd2c9002f23e9e19e401846d1342fd0ca
7
+ data.tar.gz: ffb0ae771fea382c9f2cb6846b83646164e87a5ad92d755947f5a0a75a3dd887955364f368ab6e0b28eec04d9adfa04a2e5a93ab80a427917625dc11b0724a7b
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
@@ -2716,6 +2716,7 @@ module Google
2716
2716
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2717
2717
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2718
2718
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2719
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2719
2720
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2720
2721
  # trigger a retry.
2721
2722
  # @return [::Hash]
@@ -2799,6 +2800,7 @@ module Google
2799
2800
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2800
2801
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2801
2802
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2803
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2802
2804
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2803
2805
  # trigger a retry.
2804
2806
  #
@@ -705,6 +705,7 @@ module Google
705
705
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
706
706
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
707
707
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
708
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
708
709
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
709
710
  # trigger a retry.
710
711
  # @return [::Hash]
@@ -788,6 +789,7 @@ module Google
788
789
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
789
790
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
790
791
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
792
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
791
793
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
792
794
  # trigger a retry.
793
795
  #
@@ -2515,6 +2515,7 @@ module Google
2515
2515
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2516
2516
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2517
2517
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2518
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2518
2519
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2519
2520
  # trigger a retry.
2520
2521
  # @return [::Hash]
@@ -2587,6 +2588,7 @@ module Google
2587
2588
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2588
2589
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2589
2590
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2591
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2590
2592
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2591
2593
  # trigger a retry.
2592
2594
  #
@@ -543,6 +543,7 @@ module Google
543
543
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
544
544
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
545
545
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
546
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
546
547
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
547
548
  # trigger a retry.
548
549
  # @return [::Hash]
@@ -615,6 +616,7 @@ module Google
615
616
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
616
617
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
617
618
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
619
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
618
620
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
619
621
  # trigger a retry.
620
622
  #
@@ -377,6 +377,7 @@ module Google
377
377
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
378
378
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
379
379
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
380
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
380
381
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
381
382
  # trigger a retry.
382
383
  # @return [::Hash]
@@ -460,6 +461,7 @@ module Google
460
461
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
461
462
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
462
463
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
464
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
463
465
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
464
466
  # trigger a retry.
465
467
  #
@@ -337,6 +337,7 @@ module Google
337
337
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
338
338
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
339
339
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
340
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
340
341
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
341
342
  # trigger a retry.
342
343
  # @return [::Hash]
@@ -409,6 +410,7 @@ module Google
409
410
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
410
411
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
411
412
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
413
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
412
414
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
413
415
  # trigger a retry.
414
416
  #
@@ -23,7 +23,7 @@ module Google
23
23
  module Airflow
24
24
  module Service
25
25
  module V1
26
- VERSION = "1.8.0"
26
+ VERSION = "1.9.0"
27
27
  end
28
28
  end
29
29
  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-orchestration-airflow-service-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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