google-apis-composer_v1 0.48.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 271799553beea25fdd8f1171858edef309ded9b6262547292888f0d89da9afb3
4
- data.tar.gz: e83c46745085ccd588df4be799ecf6e22b3b80bf0f6bd40b55690273573e76e3
3
+ metadata.gz: 1925c9b763b6c726b7d2463d4f84a137c695cb26bbdd7d764ec4fc1969f06c66
4
+ data.tar.gz: 89d286fb1a3ca5ec6dbfa20ac4457e74c4baf2040d03b4779fa3108390a613d8
5
5
  SHA512:
6
- metadata.gz: 4e127c588c97a8ed867292723e51a1111538107a78c15a8ecf700769f975b22cf4869ff2866dae6531b2aa7beda2d535023f4d61134c4689764a54086cfbaa28
7
- data.tar.gz: 0547f52a511debe8d0d6ec072bcb98f7c1347d9c5be483f90e4781b63157320c346c80f8b076c449cc0056dd48ddb5f4135cf806217ce332ef5c65ad27127c2c
6
+ metadata.gz: e3a60522d9c57a5cd3fa1ebf026fac520c1ec0e98c1281afb7c5534848d6bde63689e48cdf0853318644574a4b4fc8fce47c440276b67833c9035b858ebe6ae8
7
+ data.tar.gz: a5893a41c3f580cfb615648a9d15ad23f7d6a1c89799222a20059df8d417e43c1712ea7a7d3d0d5c98106be5a2b647aff9849c218d71dd17f05ef8bc0beca308
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.49.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240716
11
+
3
12
  ### v0.48.0 (2024-05-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240520
@@ -493,14 +493,20 @@ 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
503
503
 
504
+ # Output only. Reserved for future use.
505
+ # Corresponds to the JSON property `satisfiesPzi`
506
+ # @return [Boolean]
507
+ attr_accessor :satisfies_pzi
508
+ alias_method :satisfies_pzi?, :satisfies_pzi
509
+
504
510
  # Output only. Reserved for future use.
505
511
  # Corresponds to the JSON property `satisfiesPzs`
506
512
  # @return [Boolean]
@@ -538,6 +544,7 @@ module Google
538
544
  @create_time = args[:create_time] if args.key?(:create_time)
539
545
  @labels = args[:labels] if args.key?(:labels)
540
546
  @name = args[:name] if args.key?(:name)
547
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
541
548
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
542
549
  @state = args[:state] if args.key?(:state)
543
550
  @storage_config = args[:storage_config] if args.key?(:storage_config)
@@ -1953,24 +1960,24 @@ module Google
1953
1960
  # @return [Hash<String,String>]
1954
1961
  attr_accessor :env_variables
1955
1962
 
1956
- # The version of the software running in the environment. This encapsulates both
1957
- # the version of Cloud Composer functionality and the version of Apache Airflow.
1958
- # It must match the regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-
1959
- # preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used
1960
- # as input, the server also checks if the provided version is supported and
1961
- # denies the request for an unsupported version. The Cloud Composer portion of
1962
- # the image version is a full [semantic version](https://semver.org), or an
1963
- # alias in the form of major version number or `latest`. When an alias is
1964
- # provided, the server replaces it with the current Cloud Composer version that
1965
- # satisfies the alias. The Apache Airflow portion of the image version is a full
1966
- # semantic version that points to one of the supported Apache Airflow versions,
1967
- # or an alias in the form of only major or major.minor versions specified. When
1968
- # an alias is provided, the server replaces it with the latest Apache Airflow
1969
- # version that satisfies the alias and is supported in the given Cloud Composer
1970
- # version. In all cases, the resolved image version is stored in the same field.
1971
- # See also [version list](/composer/docs/concepts/versioning/composer-versions)
1972
- # and [versioning overview](/composer/docs/concepts/versioning/composer-
1973
- # 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).
1974
1981
  # Corresponds to the JSON property `imageVersion`
1975
1982
  # @return [String]
1976
1983
  attr_accessor :image_version
@@ -2204,7 +2211,8 @@ module Google
2204
2211
 
2205
2212
  # Optional. The "data" field of Kubernetes ConfigMap, organized in key-value
2206
2213
  # pairs. For details see: https://kubernetes.io/docs/concepts/configuration/
2207
- # configmap/
2214
+ # configmap/ Example: ` "example_key": "example_value", "another_key": "
2215
+ # another_value" `
2208
2216
  # Corresponds to the JSON property `data`
2209
2217
  # @return [Hash<String,String>]
2210
2218
  attr_accessor :data
@@ -2235,7 +2243,8 @@ module Google
2235
2243
  # Optional. The "data" field of Kubernetes Secret, organized in key-value pairs,
2236
2244
  # which can contain sensitive values such as a password, a token, or a key. The
2237
2245
  # values for all keys have to be base64-encoded strings. For details see: https:/
2238
- # /kubernetes.io/docs/concepts/configuration/secret/
2246
+ # /kubernetes.io/docs/concepts/configuration/secret/ Example: ` "example": "
2247
+ # ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" `
2239
2248
  # Corresponds to the JSON property `data`
2240
2249
  # @return [Hash<String,String>]
2241
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.48.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240520"
25
+ REVISION = "20241027"
26
26
  end
27
27
  end
28
28
  end
@@ -532,6 +532,7 @@ module Google
532
532
  property :create_time, as: 'createTime'
533
533
  hash :labels, as: 'labels'
534
534
  property :name, as: 'name'
535
+ property :satisfies_pzi, as: 'satisfiesPzi'
535
536
  property :satisfies_pzs, as: 'satisfiesPzs'
536
537
  property :state, as: 'state'
537
538
  property :storage_config, as: 'storageConfig', class: Google::Apis::ComposerV1::StorageConfig, decorator: Google::Apis::ComposerV1::StorageConfig::Representation
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.48.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-05-26 00:00:00.000000000 Z
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.48.0
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.6
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