Skip to content

Commit

Permalink
docs: [orchestration] A comment for method ListWorkloads in service…
Browse files Browse the repository at this point in the history
… `Environments` is changed (#5957)

* docs: A comment for method `ListWorkloads` in service `Environments` is changed

PiperOrigin-RevId: 715463286

Source-Link: googleapis/googleapis@8a75da8

Source-Link: googleapis/googleapis-gen@c20d798
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy1zZXJ2aWNlLy5Pd2xCb3QueWFtbCIsImgiOiJjMjBkNzk4NGM1ZmQ3ODQ4MjVjNzFiM2NiMTUzOWNkNDQ3MDA4NTQ0In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 17, 2025
1 parent b915efa commit a5dbc4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ service Environments {
// runs a single Composer component.
//
// This method is supported for Cloud Composer environments in versions
// composer-3.*.*-airflow-*.*.* and newer.
// composer-2.*.*-airflow-*.*.* and newer.
rpc ListWorkloads(ListWorkloadsRequest) returns (ListWorkloadsResponse) {
option (google.api.http) = {
get: "/v1/{parent=projects/*/locations/*/environments/*}/workloads"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"regionTag": "composer_v1_generated_Environments_ListWorkloads_async",
"title": "Environments listWorkloads Sample",
"origin": "API_DEFINITION",
"description": " 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.",
"description": " 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.",
"canonical": true,
"file": "environments.list_workloads.js",
"language": "JAVASCRIPT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ export class EnvironmentsClient {
* runs a single Composer component.
*
* This method is supported for Cloud Composer environments in versions
* composer-3.*.*-airflow-*.*.* and newer.
* composer-2.*.*-airflow-*.*.* and newer.
*
* @param {Object} request
* The request object that will be sent.
Expand Down

0 comments on commit a5dbc4e

Please sign in to comment.