Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,8 +1765,8 @@ libraries:
version: 5.1.1
apis:
- path: google/cloud/workflows/v1
- path: google/cloud/workflows/v1beta
- path: google/cloud/workflows/executions/v1
- path: google/cloud/workflows/v1beta
- path: google/cloud/workflows/executions/v1beta
copyright_year: "2026"
nodejs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"api_description": "Workload Manager is a service that provides tooling for enterprise\nworkloads to automate the deployment and validation of your workloads\nagainst best practices and recommendations.",
"api_id": "workloadmanager.googleapis.com",
"api_shortname": "workloadmanager",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/workloadmanager/latest",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/workload-manager/latest",
"default_version": "v1",
"distribution_name": "@google-cloud/workloadmanager",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1631482&template=0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-workloadmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Workload Manager API client for Node.js
A comprehensive list of changes in each version may be found in
[the CHANGELOG][homepage_changelog].

* [Workload Manager API Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/workloadmanager/latest)
* [Workload Manager API Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/workload-manager/latest)
* [Workload Manager API Documentation](https://docs.cloud.google.com/workload-manager/docs)

Read more about the client libraries for Cloud APIs, including the older
Expand Down
Loading