Skip to content

Commit

Permalink
feat: Automated regeneration of composer v1beta1 client (#21434)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-19 10:33:39 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent 5f4d9ab commit 7ac6a6b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-composer_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-composer_v1beta1

### v0.49.0 (2025-01-19)

* Regenerated from discovery document revision 20250108
* Regenerated using generator version 0.16.0

### v0.48.0 (2024-12-22)

* Regenerated from discovery document revision 20241210
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ def update!(**args)
end

# Configuration for resources used by Airflow DAG processors. This field is
# supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
# *.* and newer.
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
# build.* and newer.
class DagProcessorResource
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1322,7 +1322,8 @@ class NodeConfig
# Cloud Composer environments. In case of overlap, IPs from this range will not
# be accessible in the user's VPC network. Cannot be updated. If not specified,
# the default value of '100.64.128.0/20' is used. This field is supported for
# Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and
# newer.
# Corresponds to the JSON property `composerInternalIpv4CidrBlock`
# @return [String]
attr_accessor :composer_internal_ipv4_cidr_block
Expand All @@ -1334,8 +1335,8 @@ class NodeConfig
# network and subnetwork are also empty, then connectivity to user's VPC network
# is disabled. Network attachment must be provided in format projects/`project`/
# regions/`region`/networkAttachments/`networkAttachment`. This field is
# supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
# *.* and newer.
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
# build.* and newer.
# Corresponds to the JSON property `composerNetworkAttachment`
# @return [String]
attr_accessor :composer_network_attachment
Expand Down Expand Up @@ -1739,8 +1740,8 @@ class PrivateEnvironmentConfig
# Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.
# subnetwork` fields or `NodeConfig.composer_network_attachment` field are
# specified). If `false`, the builds also have access to the internet. This
# field is supported for Cloud Composer environments in versions composer-3.*.*-
# airflow-*.*.* and newer.
# field is supported for Cloud Composer environments in versions composer-3-
# airflow-*.*.*-build.* and newer.
# Corresponds to the JSON property `enablePrivateBuildsOnly`
# @return [Boolean]
attr_accessor :enable_private_builds_only
Expand Down Expand Up @@ -2046,7 +2047,7 @@ class SoftwareConfig

# Optional. Whether or not the web server uses custom plugins. If unspecified,
# the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud
# Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
# Corresponds to the JSON property `webServerPluginsMode`
# @return [String]
attr_accessor :web_server_plugins_mode
Expand Down Expand Up @@ -2430,8 +2431,8 @@ class WorkloadsConfig
include Google::Apis::Core::Hashable

# Configuration for resources used by Airflow DAG processors. This field is
# supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
# *.* and newer.
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
# build.* and newer.
# Corresponds to the JSON property `dagProcessor`
# @return [Google::Apis::ComposerV1beta1::DagProcessorResource]
attr_accessor :dag_processor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ComposerV1beta1
# Version of the google-apis-composer_v1beta1 gem
GEM_VERSION = "0.48.0"
GEM_VERSION = "0.49.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241210"
REVISION = "20250108"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def stop_environment_airflow_command(environment, stop_airflow_command_request_o
end

# Creates a user workloads ConfigMap. This method is supported for Cloud
# Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] parent
# Required. The environment name to create a ConfigMap for, in the form: "
# projects/`projectId`/locations/`locationId`/environments/`environmentId`"
Expand Down Expand Up @@ -648,7 +648,7 @@ def create_project_location_environment_user_workloads_config_map(parent, user_w
end

# Deletes a user workloads ConfigMap. This method is supported for Cloud
# Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Required. The ConfigMap to delete, in the form: "projects/`projectId`/
# locations/`locationId`/environments/`environmentId`/userWorkloadsConfigMaps/`
Expand Down Expand Up @@ -681,7 +681,7 @@ def delete_project_location_environment_user_workloads_config_map(name, fields:
end

# Gets an existing user workloads ConfigMap. This method is supported for Cloud
# Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Required. The resource name of the ConfigMap to get, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`/
Expand Down Expand Up @@ -714,7 +714,7 @@ def get_project_location_environment_user_workloads_config_map(name, fields: nil
end

# Lists user workloads ConfigMaps. This method is supported for Cloud Composer
# environments in versions composer-3.*.*-airflow-*.*.* and newer.
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] parent
# Required. List ConfigMaps in the given environment, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`"
Expand Down Expand Up @@ -753,7 +753,7 @@ def list_project_location_environment_user_workloads_config_maps(parent, page_si
end

# Updates a user workloads ConfigMap. This method is supported for Cloud
# Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Identifier. The resource name of the ConfigMap, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`/
Expand Down Expand Up @@ -789,7 +789,7 @@ def update_project_location_environment_user_workloads_config_map(name, user_wor
end

# Creates a user workloads Secret. This method is supported for Cloud Composer
# environments in versions composer-3.*.*-airflow-*.*.* and newer.
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] parent
# Required. The environment name to create a Secret for, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`"
Expand Down Expand Up @@ -824,7 +824,7 @@ def create_project_location_environment_user_workloads_secret(parent, user_workl
end

# Deletes a user workloads Secret. This method is supported for Cloud Composer
# environments in versions composer-3.*.*-airflow-*.*.* and newer.
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Required. The Secret to delete, in the form: "projects/`projectId`/locations/`
# locationId`/environments/`environmentId`/userWorkloadsSecrets/`
Expand Down Expand Up @@ -858,7 +858,7 @@ def delete_project_location_environment_user_workloads_secret(name, fields: nil,

# Gets an existing user workloads Secret. Values of the "data" field in the
# response are cleared. This method is supported for Cloud Composer environments
# in versions composer-3.*.*-airflow-*.*.* and newer.
# in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Required. The resource name of the Secret to get, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`/
Expand Down Expand Up @@ -891,7 +891,7 @@ def get_project_location_environment_user_workloads_secret(name, fields: nil, qu
end

# Lists user workloads Secrets. This method is supported for Cloud Composer
# environments in versions composer-3.*.*-airflow-*.*.* and newer.
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] parent
# Required. List Secrets in the given environment, in the form: "projects/`
# projectId`/locations/`locationId`/environments/`environmentId`"
Expand Down Expand Up @@ -930,7 +930,7 @@ def list_project_location_environment_user_workloads_secrets(parent, page_size:
end

# Updates a user workloads Secret. This method is supported for Cloud Composer
# environments in versions composer-3.*.*-airflow-*.*.* and newer.
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
# @param [String] name
# Identifier. The resource name of the Secret, in the form: "projects/`projectId`
# /locations/`locationId`/environments/`environmentId`/userWorkloadsSecrets/`
Expand Down

0 comments on commit 7ac6a6b

Please sign in to comment.