google-apis-composer_v1beta1 0.25.0 → 0.26.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: 589cedcac8a5580d3a2bb8c1a9d915aa7f7528712135edbf2eb7e805557b0825
4
- data.tar.gz: bddcc5db35a6a35d02b93a9ead99cd43bac4166adb6f10d30079192355875b64
3
+ metadata.gz: abdf36da597aa3802ca0516afcc586a612f0af0de9926c68d1f4b83e4ad904b2
4
+ data.tar.gz: 1c6bf480dfc6af70192a3c2e89a430084c8bad4caa400c56bf5061d46382ec15
5
5
  SHA512:
6
- metadata.gz: fcc39abe6bc2aa76a803d494f151b0894eaa415866a1e4f05357397d97fabd082762329fe142c73fa1000ed22af4ccfa727f09715cede3c391224bfa45ac95e3
7
- data.tar.gz: 47560e65596126a28f895d168deae9f078aa578007692d2ab33c2926236979a47d681b3087f7e4196727ab95a27ac35edd85e1cc28bacafa6603621224e4aac4
6
+ metadata.gz: d0d76f982a2eaff9cdc67ca92c95440c9ec3d983c756a2d44ceed03730dec4acfe05b006cfb72adf872b4faaa3a6735c3f42b3ce2c9c3bf8e4e8e9a7011cc3a8
7
+ data.tar.gz: 17dbc73dc9d7f0ed61753217a622c3c8bba23bd1d787a1894d6cf860cee37be351cae08acb857c95d04f8f475cd587620a4013f5f5dc29fddb98c2e9db5ab842
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.26.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220727
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.25.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1beta1
18
18
  # Version of the google-apis-composer_v1beta1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220622"
25
+ REVISION = "20220727"
26
26
  end
27
27
  end
28
28
  end
@@ -315,35 +315,33 @@ module Google
315
315
  # an error to provide both a mask of this form and the `config.softwareConfig.
316
316
  # airflowConfigOverrides` mask. * `config.softwareConfig.envVariables` * Replace
317
317
  # all environment variables. If a replacement environment variable map is not
318
- # included in `environment`, all custom environment variables are cleared. It is
319
- # an error to provide both this mask and a mask specifying one or more
320
- # individual environment variables. * `config.softwareConfig.imageVersion` *
321
- # Upgrade the version of the environment in-place. Refer to `SoftwareConfig.
322
- # image_version` for information on how to format the new image version.
323
- # Additionally, the new image version cannot effect a version downgrade, and
324
- # must match the current image version's Composer and Airflow major versions.
325
- # Consult the [Cloud Composer version list](/composer/docs/concepts/versioning/
326
- # composer-versions) for valid values. * `config.softwareConfig.schedulerCount` *
327
- # Horizontally scale the number of schedulers in Airflow. A positive integer
328
- # not greater than the number of nodes must be provided in the `config.
329
- # softwareConfig.schedulerCount` field. Supported for Cloud Composer
330
- # environments in versions composer-1.*.*-airflow-2.*.*. * `config.
331
- # softwareConfig.cloudDataLineageIntegration` * Configuration for Cloud Data
332
- # Lineage integration. * `config.databaseConfig.machineType` * Cloud SQL machine
333
- # type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-
334
- # standard-4, db-n1-standard-8 or db-n1-standard-16. Supported for Cloud
335
- # Composer environments in versions composer-1.*.*-airflow-*.*.*. * `config.
336
- # webServerConfig.machineType` * Machine type on which Airflow web server is
337
- # running. It has to be one of: composer-n1-webserver-2, composer-n1-webserver-4
338
- # or composer-n1-webserver-8. Supported for Cloud Composer environments in
339
- # versions composer-1.*.*-airflow-*.*.*. * `config.maintenanceWindow` *
340
- # Maintenance window during which Cloud Composer components may be under
341
- # maintenance. * `config.workloadsConfig` * The workloads configuration settings
342
- # for the GKE cluster associated with the Cloud Composer environment. Supported
343
- # for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and
344
- # newer. * `config.environmentSize` * The size of the Cloud Composer environment.
345
- # Supported for Cloud Composer environments in versions composer-2.*.*-airflow-*
346
- # .*.* and newer.
318
+ # included in `environment`, all custom environment variables are cleared. * `
319
+ # config.softwareConfig.imageVersion` * Upgrade the version of the environment
320
+ # in-place. Refer to `SoftwareConfig.image_version` for information on how to
321
+ # format the new image version. Additionally, the new image version cannot
322
+ # effect a version downgrade, and must match the current image version's
323
+ # Composer and Airflow major versions. Consult the [Cloud Composer version list](
324
+ # /composer/docs/concepts/versioning/composer-versions) for valid values. * `
325
+ # config.softwareConfig.schedulerCount` * Horizontally scale the number of
326
+ # schedulers in Airflow. A positive integer not greater than the number of nodes
327
+ # must be provided in the `config.softwareConfig.schedulerCount` field.
328
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.
329
+ # *.*. * `config.softwareConfig.cloudDataLineageIntegration` * Configuration for
330
+ # Cloud Data Lineage integration. * `config.databaseConfig.machineType` * Cloud
331
+ # SQL machine type used by Airflow database. It has to be one of: db-n1-standard-
332
+ # 2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. Supported for
333
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. * `
334
+ # config.webServerConfig.machineType` * Machine type on which Airflow web server
335
+ # is running. It has to be one of: composer-n1-webserver-2, composer-n1-
336
+ # webserver-4 or composer-n1-webserver-8. Supported for Cloud Composer
337
+ # environments in versions composer-1.*.*-airflow-*.*.*. * `config.
338
+ # maintenanceWindow` * Maintenance window during which Cloud Composer components
339
+ # may be under maintenance. * `config.workloadsConfig` * The workloads
340
+ # configuration settings for the GKE cluster associated with the Cloud Composer
341
+ # environment. Supported for Cloud Composer environments in versions composer-2.*
342
+ # .*-airflow-*.*.* and newer. * `config.environmentSize` * The size of the Cloud
343
+ # Composer environment. Supported for Cloud Composer environments in versions
344
+ # composer-2.*.*-airflow-*.*.* and newer.
347
345
  # @param [String] fields
348
346
  # Selector specifying which fields to include in a partial response.
349
347
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-08 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []