google-apis-composer_v1beta1 0.43.0 → 0.45.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b000f23fcf47ae5a512352cea24bb127ea98cc4152199269cb5f6554ed529c48
|
4
|
+
data.tar.gz: fc22151c0f01f182f17d19721b9c0a5fa186a7ff51abf6c0f1292dfe430d298a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 288c2e457f979f8ccedf789e650e47f3a1384a69078d03d61c5e408201367ce64d13aa7172c80448c442ebb9d447b73b453b9c99266dd15053de3ec01f4a0fe0
|
7
|
+
data.tar.gz: 24f2c87e31e598e2732d6175055736af919702511f440bb23c9d31f8c572437d94d580fd02375d627299afb8849e5be022cd76e38f0b93aefadf345c2cb9f94d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-composer_v1beta1
|
2
2
|
|
3
|
+
### v0.45.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.44.0 (2024-03-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240310
|
10
|
+
|
3
11
|
### v0.43.0 (2024-03-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240227
|
@@ -264,7 +264,9 @@ module Google
|
|
264
264
|
end
|
265
265
|
end
|
266
266
|
|
267
|
-
# Configuration for resources used by Airflow DAG processors.
|
267
|
+
# Configuration for resources used by Airflow DAG processors. This field is
|
268
|
+
# supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
|
269
|
+
# *.* and newer.
|
268
270
|
class DagProcessorResource
|
269
271
|
include Google::Apis::Core::Hashable
|
270
272
|
|
@@ -2187,8 +2189,7 @@ module Google
|
|
2187
2189
|
class TaskLogsRetentionConfig
|
2188
2190
|
include Google::Apis::Core::Hashable
|
2189
2191
|
|
2190
|
-
# Optional. The mode of storage for Airflow workers task logs.
|
2191
|
-
# go/composer-store-task-logs-in-cloud-logging-only-design-doc
|
2192
|
+
# Optional. The mode of storage for Airflow workers task logs.
|
2192
2193
|
# Corresponds to the JSON property `storageMode`
|
2193
2194
|
# @return [String]
|
2194
2195
|
attr_accessor :storage_mode
|
@@ -2419,7 +2420,9 @@ module Google
|
|
2419
2420
|
class WorkloadsConfig
|
2420
2421
|
include Google::Apis::Core::Hashable
|
2421
2422
|
|
2422
|
-
# Configuration for resources used by Airflow DAG processors.
|
2423
|
+
# Configuration for resources used by Airflow DAG processors. This field is
|
2424
|
+
# supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
|
2425
|
+
# *.* and newer.
|
2423
2426
|
# Corresponds to the JSON property `dagProcessor`
|
2424
2427
|
# @return [Google::Apis::ComposerV1beta1::DagProcessorResource]
|
2425
2428
|
attr_accessor :dag_processor
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComposerV1beta1
|
18
18
|
# Version of the google-apis-composer_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-composer_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|