google-apis-composer_v1 0.49.0 → 0.50.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 +5 -0
- data/lib/google/apis/composer_v1/classes.rb +26 -24
- data/lib/google/apis/composer_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1925c9b763b6c726b7d2463d4f84a137c695cb26bbdd7d764ec4fc1969f06c66
|
|
4
|
+
data.tar.gz: 89d286fb1a3ca5ec6dbfa20ac4457e74c4baf2040d03b4779fa3108390a613d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3a60522d9c57a5cd3fa1ebf026fac520c1ec0e98c1281afb7c5534848d6bde63689e48cdf0853318644574a4b4fc8fce47c440276b67833c9035b858ebe6ae8
|
|
7
|
+
data.tar.gz: a5893a41c3f580cfb615648a9d15ad23f7d6a1c89799222a20059df8d417e43c1712ea7a7d3d0d5c98106be5a2b647aff9849c218d71dd17f05ef8bc0beca308
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-composer_v1
|
|
2
2
|
|
|
3
|
+
### v0.50.0 (2024-11-10)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241027
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.49.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240716
|
|
@@ -493,10 +493,10 @@ module Google
|
|
|
493
493
|
# @return [Hash<String,String>]
|
|
494
494
|
attr_accessor :labels
|
|
495
495
|
|
|
496
|
-
# The resource name of the environment, in the form: "projects/`
|
|
497
|
-
# locations/`locationId`/environments/`environmentId`" EnvironmentId
|
|
498
|
-
# with a lowercase letter followed by up to 63 lowercase letters,
|
|
499
|
-
# hyphens, and cannot end with a hyphen.
|
|
496
|
+
# Identifier. The resource name of the environment, in the form: "projects/`
|
|
497
|
+
# projectId`/locations/`locationId`/environments/`environmentId`" EnvironmentId
|
|
498
|
+
# must start with a lowercase letter followed by up to 63 lowercase letters,
|
|
499
|
+
# numbers, or hyphens, and cannot end with a hyphen.
|
|
500
500
|
# Corresponds to the JSON property `name`
|
|
501
501
|
# @return [String]
|
|
502
502
|
attr_accessor :name
|
|
@@ -1960,24 +1960,24 @@ module Google
|
|
|
1960
1960
|
# @return [Hash<String,String>]
|
|
1961
1961
|
attr_accessor :env_variables
|
|
1962
1962
|
|
|
1963
|
-
# The version of the software running in the environment. This
|
|
1964
|
-
# the version of Cloud Composer functionality and the version
|
|
1965
|
-
# It must match the regular expression `composer-([0-9]+(\.[0-
|
|
1966
|
-
# preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)
|
|
1967
|
-
# as input, the server also checks if the provided version is
|
|
1968
|
-
# denies the request for an unsupported version. The Cloud
|
|
1969
|
-
# the image version is a full [semantic version](https://
|
|
1970
|
-
# alias in the form of major version number or `latest`. When
|
|
1971
|
-
# provided, the server replaces it with the current Cloud Composer
|
|
1972
|
-
# satisfies the alias. The Apache Airflow portion of the image
|
|
1973
|
-
# semantic version that points to one of the supported Apache
|
|
1974
|
-
# or an alias in the form of only major or major.minor
|
|
1975
|
-
# an alias is provided, the server replaces it with the
|
|
1976
|
-
# version that satisfies the alias and is supported in the
|
|
1977
|
-
# version. In all cases, the resolved image version is
|
|
1978
|
-
# See also [version list](/composer/docs/concepts/
|
|
1979
|
-
# and [versioning overview](/composer/docs/
|
|
1980
|
-
# versioning-overview).
|
|
1963
|
+
# Optional. The version of the software running in the environment. This
|
|
1964
|
+
# encapsulates both the version of Cloud Composer functionality and the version
|
|
1965
|
+
# of Apache Airflow. It must match the regular expression `composer-([0-9]+(\.[0-
|
|
1966
|
+
# 9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)
|
|
1967
|
+
# `. When used as input, the server also checks if the provided version is
|
|
1968
|
+
# supported and denies the request for an unsupported version. The Cloud
|
|
1969
|
+
# Composer portion of the image version is a full [semantic version](https://
|
|
1970
|
+
# semver.org), or an alias in the form of major version number or `latest`. When
|
|
1971
|
+
# an alias is provided, the server replaces it with the current Cloud Composer
|
|
1972
|
+
# version that satisfies the alias. The Apache Airflow portion of the image
|
|
1973
|
+
# version is a full semantic version that points to one of the supported Apache
|
|
1974
|
+
# Airflow versions, or an alias in the form of only major or major.minor
|
|
1975
|
+
# versions specified. When an alias is provided, the server replaces it with the
|
|
1976
|
+
# latest Apache Airflow version that satisfies the alias and is supported in the
|
|
1977
|
+
# given Cloud Composer version. In all cases, the resolved image version is
|
|
1978
|
+
# stored in the same field. See also [version list](/composer/docs/concepts/
|
|
1979
|
+
# versioning/composer-versions) and [versioning overview](/composer/docs/
|
|
1980
|
+
# concepts/versioning/composer-versioning-overview).
|
|
1981
1981
|
# Corresponds to the JSON property `imageVersion`
|
|
1982
1982
|
# @return [String]
|
|
1983
1983
|
attr_accessor :image_version
|
|
@@ -2211,7 +2211,8 @@ module Google
|
|
|
2211
2211
|
|
|
2212
2212
|
# Optional. The "data" field of Kubernetes ConfigMap, organized in key-value
|
|
2213
2213
|
# pairs. For details see: https://kubernetes.io/docs/concepts/configuration/
|
|
2214
|
-
# configmap/
|
|
2214
|
+
# configmap/ Example: ` "example_key": "example_value", "another_key": "
|
|
2215
|
+
# another_value" `
|
|
2215
2216
|
# Corresponds to the JSON property `data`
|
|
2216
2217
|
# @return [Hash<String,String>]
|
|
2217
2218
|
attr_accessor :data
|
|
@@ -2242,7 +2243,8 @@ module Google
|
|
|
2242
2243
|
# Optional. The "data" field of Kubernetes Secret, organized in key-value pairs,
|
|
2243
2244
|
# which can contain sensitive values such as a password, a token, or a key. The
|
|
2244
2245
|
# values for all keys have to be base64-encoded strings. For details see: https:/
|
|
2245
|
-
# /kubernetes.io/docs/concepts/configuration/secret/
|
|
2246
|
+
# /kubernetes.io/docs/concepts/configuration/secret/ Example: ` "example": "
|
|
2247
|
+
# ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" `
|
|
2246
2248
|
# Corresponds to the JSON property `data`
|
|
2247
2249
|
# @return [Hash<String,String>]
|
|
2248
2250
|
attr_accessor :data
|
|
@@ -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.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241027"
|
|
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.50.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-11-17 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.50.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.22
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Composer API V1
|