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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/client.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/operations.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/environments/rest/operations.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/image_versions/client.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/image_versions/rest/client.rb +2 -0
- data/lib/google/cloud/orchestration/airflow/service/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- 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: 116fb885b547508b5ec6750a507ed0e1fb1ff034e6fbcd8f47ecec6dbbf7788b
|
|
4
|
+
data.tar.gz: 7f0d36bb05d7c8a52fcbedc45372811a7fdbf3e10da562751cebe34934b40767
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
|
@@ -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.
|
|
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.
|
|
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
|