Skip to content

Commit

Permalink
feat: Automated regeneration of Composer client (#12725)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-15 13:11:25 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 15, 2024
1 parent b11f4bc commit 9fd0db9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ defmodule GoogleApi.Composer.V1.Api.Projects do
end

@doc """
Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.
## Parameters
Expand Down
2 changes: 1 addition & 1 deletion clients/composer/lib/google_api/composer/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Composer.V1 do
API client metadata for GoogleApi.Composer.V1.
"""

@discovery_revision "20241027"
@discovery_revision "20241210"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ defmodule GoogleApi.Composer.V1beta1.Api.Projects do
end

@doc """
Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.
## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Composer.V1beta1 do
API client metadata for GoogleApi.Composer.V1beta1.
"""

@discovery_revision "20241027"
@discovery_revision "20241210"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/composer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Composer.Mixfile do
use Mix.Project

@version "0.36.1"
@version "0.36.2"

def project() do
[
Expand Down

0 comments on commit 9fd0db9

Please sign in to comment.