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
4 changes: 4 additions & 0 deletions generated/google-apis-run_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-run_v1

### v0.91.0 (2025-09-21)

* Regenerated from discovery document revision 20250912

### v0.90.0 (2025-09-14)

* Regenerated from discovery document revision 20250905
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RunV1
# Version of the google-apis-run_v1 gem
GEM_VERSION = "0.90.0"
GEM_VERSION = "0.91.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250905"
REVISION = "20250912"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ def delete_namespace_job(name, api_version: nil, kind: nil, propagation_policy:

# Get information about a job.
# @param [String] name
# Required. The name of the job to retrieve. Replace `namespace` with the
# project ID or number. It takes the form namespaces/`namespace`. For example:
# namespaces/PROJECT_ID
# Required. The name of the job to retrieve. It takes the form namespaces/`
# namespace`/jobs/`job_name` and the `endpoint` must be regional. Replace `
# namespace` with the project ID or number.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down
Loading