google-apis-composer_v1 0.21.0 → 0.22.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/CHANGELOG.md +4 -0
- data/lib/google/apis/composer_v1/classes.rb +17 -18
- data/lib/google/apis/composer_v1/gem_version.rb +2 -2
- 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: daf3172d8f02ad85d112a200064dfa1d42dca4d7870a0689269141074a610d66
|
|
4
|
+
data.tar.gz: 11c928b9af803e88e2a75b98f4dbcdb800303267e7d287d773ee640e416c4ede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14130991c8e1988a93647f4a9658016b3dbea7eefff8ded492fbf164d3dae722e093c84621c5e972c7b40f8df92fd87e99cbf0042ec83a9d41980837436b73b6
|
|
7
|
+
data.tar.gz: 9bc6553c1b1d9a02e4eb87636ab905a9b61d8591f4411e87dc113ea1de605de47b4f4f55887dfc86c0266cbd4143baae5394b61e33c3a7309b87b26e64e9f2ed
|
data/CHANGELOG.md
CHANGED
|
@@ -163,8 +163,7 @@ module Google
|
|
|
163
163
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
164
164
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
165
165
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
166
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
|
167
|
-
# `Empty` is empty JSON object ````.
|
|
166
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
|
168
167
|
class Empty
|
|
169
168
|
include Google::Apis::Core::Hashable
|
|
170
169
|
|
|
@@ -631,7 +630,7 @@ module Google
|
|
|
631
630
|
class NodeConfig
|
|
632
631
|
include Google::Apis::Core::Hashable
|
|
633
632
|
|
|
634
|
-
# Optional. The disk size in GB used for node VMs. Minimum size is
|
|
633
|
+
# Optional. The disk size in GB used for node VMs. Minimum size is 30GB. If
|
|
635
634
|
# unspecified, defaults to 100GB. Cannot be updated. This field is supported for
|
|
636
635
|
# Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
|
|
637
636
|
# Corresponds to the JSON property `diskSizeGb`
|
|
@@ -1050,21 +1049,21 @@ module Google
|
|
|
1050
1049
|
# The version of the software running in the environment. This encapsulates both
|
|
1051
1050
|
# the version of Cloud Composer functionality and the version of Apache Airflow.
|
|
1052
1051
|
# It must match the regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-
|
|
1053
|
-
# preview\.[0-9]+)?)?|latest)-airflow-([0-9]
|
|
1054
|
-
# input, the server also checks if the provided version is supported and
|
|
1055
|
-
# the request for an unsupported version. The Cloud Composer portion of
|
|
1056
|
-
# image version is a full [semantic version](https://semver.org), or an
|
|
1057
|
-
# the form of major version number or `latest`. When an alias is
|
|
1058
|
-
# server replaces it with the current Cloud Composer version that
|
|
1059
|
-
# alias. The Apache Airflow portion of the image version is a full
|
|
1060
|
-
# version that points to one of the supported Apache Airflow versions,
|
|
1061
|
-
# alias in the form of only major
|
|
1062
|
-
# provided, the server replaces it with the latest Apache Airflow
|
|
1063
|
-
# satisfies the alias and is supported in the given Cloud Composer
|
|
1064
|
-
# all cases, the resolved image version is stored in the same field.
|
|
1065
|
-
# version list](/composer/docs/concepts/versioning/composer-versions)
|
|
1066
|
-
# versioning overview](/composer/docs/concepts/versioning/composer-
|
|
1067
|
-
# overview).
|
|
1052
|
+
# preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used
|
|
1053
|
+
# as input, the server also checks if the provided version is supported and
|
|
1054
|
+
# denies the request for an unsupported version. The Cloud Composer portion of
|
|
1055
|
+
# the image version is a full [semantic version](https://semver.org), or an
|
|
1056
|
+
# alias in the form of major version number or `latest`. When an alias is
|
|
1057
|
+
# provided, the server replaces it with the current Cloud Composer version that
|
|
1058
|
+
# satisfies the alias. The Apache Airflow portion of the image version is a full
|
|
1059
|
+
# semantic version that points to one of the supported Apache Airflow versions,
|
|
1060
|
+
# or an alias in the form of only major or major.minor versions specified. When
|
|
1061
|
+
# an alias is provided, the server replaces it with the latest Apache Airflow
|
|
1062
|
+
# version that satisfies the alias and is supported in the given Cloud Composer
|
|
1063
|
+
# version. In all cases, the resolved image version is stored in the same field.
|
|
1064
|
+
# See also [version list](/composer/docs/concepts/versioning/composer-versions)
|
|
1065
|
+
# and [versioning overview](/composer/docs/concepts/versioning/composer-
|
|
1066
|
+
# versioning-overview).
|
|
1068
1067
|
# Corresponds to the JSON property `imageVersion`
|
|
1069
1068
|
# @return [String]
|
|
1070
1069
|
attr_accessor :image_version
|
|
@@ -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.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220326"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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: 2022-
|
|
11
|
+
date: 2022-04-04 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/main/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.22.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|