google-apis-composer_v1 0.12.0 → 0.13.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41833b9cb52733f9365a9b20918ffdc0148e5a626d14caa1e6036e498d021703
|
|
4
|
+
data.tar.gz: abdf4f97a0c170166cf381651d21e5abff495bac3be81876461ec21bb46094d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83b2e4fec9dc06d126278eec5de420eae92da4bc505ece3b0a2790bb64686bc5b4deb08ae22f356a8f3792f20daba1896ec0244637e20e50c86a9f1f37616605
|
|
7
|
+
data.tar.gz: 7ff0fdc7e5ad3c1e4641f0d941d74d8af42c4b4cdf6ee3077ebcfddd656003bc6fb0b9d607cdf97d4639532a72fe3caf248fe01ca251303516a4d1a42762a8a8
|
data/CHANGELOG.md
CHANGED
|
@@ -926,6 +926,12 @@ module Google
|
|
|
926
926
|
# @return [String]
|
|
927
927
|
attr_accessor :python_version
|
|
928
928
|
|
|
929
|
+
# Optional. The number of schedulers for Airflow. This field is supported for
|
|
930
|
+
# Cloud Composer environments in versions composer-1.*.*-airflow-2.*.*.
|
|
931
|
+
# Corresponds to the JSON property `schedulerCount`
|
|
932
|
+
# @return [Fixnum]
|
|
933
|
+
attr_accessor :scheduler_count
|
|
934
|
+
|
|
929
935
|
def initialize(**args)
|
|
930
936
|
update!(**args)
|
|
931
937
|
end
|
|
@@ -937,6 +943,7 @@ module Google
|
|
|
937
943
|
@image_version = args[:image_version] if args.key?(:image_version)
|
|
938
944
|
@pypi_packages = args[:pypi_packages] if args.key?(:pypi_packages)
|
|
939
945
|
@python_version = args[:python_version] if args.key?(:python_version)
|
|
946
|
+
@scheduler_count = args[:scheduler_count] if args.key?(:scheduler_count)
|
|
940
947
|
end
|
|
941
948
|
end
|
|
942
949
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComposerV1
|
|
18
18
|
# Version of the google-apis-composer_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210913"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -246,7 +246,11 @@ module Google
|
|
|
246
246
|
# all environment variables. If a replacement environment variable map is not
|
|
247
247
|
# included in `environment`, all custom environment variables are cleared. It is
|
|
248
248
|
# an error to provide both this mask and a mask specifying one or more
|
|
249
|
-
# individual environment variables.
|
|
249
|
+
# individual environment variables. * `config.softwareConfig.schedulerCount` *
|
|
250
|
+
# Horizontally scale the number of schedulers in Airflow. A positive integer not
|
|
251
|
+
# greater than the number of nodes must be provided in the `config.
|
|
252
|
+
# softwareConfig.schedulerCount` field. Supported for Cloud Composer
|
|
253
|
+
# environments in versions composer-1.*.*-airflow-2.*.*.
|
|
250
254
|
# @param [String] fields
|
|
251
255
|
# Selector specifying which fields to include in a partial response.
|
|
252
256
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-composer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.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: 2021-
|
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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/master/generated/google-apis-composer_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.13.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|