google-apis-composer_v1 0.49.0 → 0.51.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: 3dc6e2796b486f9a94d2d7e3c24cbf86ca4d46b12c20ca0c675c395caed272cc
4
- data.tar.gz: 41c0ec502001f9ad4061d78625e64e2310ce66a336c6c37b2aa6624089865f6e
3
+ metadata.gz: 82c2b936244f2aff97a821609c21166725652a2f2efcd25e1c7957540b436710
4
+ data.tar.gz: bed3f95d46d286eadeb475490e4ee8f7c31e02de66fb33a6603593e7a7c54e20
5
5
  SHA512:
6
- metadata.gz: bb89277d6b5099b29ebda8a3d49c8a818666b454f38fe531691d6cb4b145ebc1b7a42c16f8a3de76c8a8d09636d4e6fca49c69e286265faafc6b30dce494649f
7
- data.tar.gz: 505f0d7eb69eb106503784500a537a7b52ca5fd6003f0773070b2df3a5f454f4467c5c35cfbfafc19fed0f7d9e119ac6e3d72d821f637edea103a6dcacd97831
6
+ metadata.gz: 1e503ff4b2e413b49deaf10c7ca4bdae25549724929ccb1494a7f0eeb3ef50abf36e51d58686fd34586b0fe9afaf8ee213c34a319b1c5e8ee60fa2d64e3020e9
7
+ data.tar.gz: cd6b2c13c88d60a69bd14eb8c35d0d7a9b98032f2c7d5b5ec26ffb45e465b1e2ad42292edb852ab92b53b951052723afc131b9471c8667d181c1779313edec8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.51.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241210
6
+
7
+ ### v0.50.0 (2024-11-10)
8
+
9
+ * Regenerated from discovery document revision 20241027
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.49.0 (2024-07-25)
4
13
 
5
14
  * 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/`projectId`/
497
- # locations/`locationId`/environments/`environmentId`" EnvironmentId must start
498
- # with a lowercase letter followed by up to 63 lowercase letters, numbers, or
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 encapsulates both
1964
- # the version of Cloud Composer functionality and the version of Apache Airflow.
1965
- # It must match the regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-
1966
- # preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used
1967
- # as input, the server also checks if the provided version is supported and
1968
- # denies the request for an unsupported version. The Cloud Composer portion of
1969
- # the image version is a full [semantic version](https://semver.org), or an
1970
- # alias in the form of major version number or `latest`. When an alias is
1971
- # provided, the server replaces it with the current Cloud Composer version that
1972
- # satisfies the alias. The Apache Airflow portion of the image version is a full
1973
- # semantic version that points to one of the supported Apache Airflow versions,
1974
- # or an alias in the form of only major or major.minor versions specified. When
1975
- # an alias is provided, the server replaces it with the latest Apache Airflow
1976
- # version that satisfies the alias and is supported in the given Cloud Composer
1977
- # version. In all cases, the resolved image version is stored in the same field.
1978
- # See also [version list](/composer/docs/concepts/versioning/composer-versions)
1979
- # and [versioning overview](/composer/docs/concepts/versioning/composer-
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.49.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240716"
25
+ REVISION = "20241210"
26
26
  end
27
27
  end
28
28
  end
@@ -918,7 +918,7 @@ module Google
918
918
 
919
919
  # Lists workloads in a Cloud Composer environment. Workload is a unit that runs
920
920
  # a single Composer component. This method is supported for Cloud Composer
921
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
921
+ # environments in versions composer-2.*.*-airflow-*.*.* and newer.
922
922
  # @param [String] parent
923
923
  # Required. The environment name to get workloads for, in the form: "projects/`
924
924
  # projectId`/locations/`locationId`/environments/`environmentId`"
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.49.0
4
+ version: 0.51.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-07-25 00:00:00.000000000 Z
11
+ date: 2025-01-05 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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.51.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.6
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Composer API V1