Skip to content

Commit 0f34743

Browse files
feat: Automated regeneration of run v2 client (googleapis#25672)
Auto-created at 2026-02-08 11:07:07 +0000 using the toys pull request generator.
1 parent 01c1cf2 commit 0f34743

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

generated/google-apis-run_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v2
22

3+
### v0.106.0 (2026-02-08)
4+
5+
* Regenerated from discovery document revision 20260130
6+
37
### v0.105.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260123

generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.105.0"
19+
GEM_VERSION = "0.106.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260123"
25+
REVISION = "20260130"
2626
end
2727
end
2828
end

generated/google-apis-run_v2/lib/google/apis/run_v2/service.rb

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,10 @@ def submit_project_location_build(parent, google_cloud_run_v2_submit_build_reque
229229
# @param [String] parent
230230
# @param [Google::Apis::RunV2::GoogleCloudRunV2Instance] google_cloud_run_v2_instance_object
231231
# @param [String] instance_id
232-
# Required. The unique identifier for the Instance. It must begin with letter,
232+
# Optional. The unique identifier for the Instance. It must begin with letter,
233233
# and cannot end with hyphen; must contain fewer than 50 characters. The name of
234-
# the instance becomes `parent`/instances/`instance_id`.
234+
# the instance becomes `parent`/instances/`instance_id`. If not provided, the
235+
# server will generate a unique `instance_id`.
235236
# @param [Boolean] validate_only
236237
# Optional. Indicates that the request should be validated and default values
237238
# populated, without persisting the request or creating any resources.
@@ -451,8 +452,9 @@ def stop_project_location_instance(name, google_cloud_run_v2_stop_instance_reque
451452
# number.
452453
# @param [Google::Apis::RunV2::GoogleCloudRunV2Job] google_cloud_run_v2_job_object
453454
# @param [String] job_id
454-
# Required. The unique identifier for the Job. The name of the job becomes `
455-
# parent`/jobs/`job_id`.
455+
# Optional. The unique identifier for the Job. The name of the job becomes `
456+
# parent`/jobs/`job_id`. If not provided, the server will generate a unique `
457+
# job_id`.
456458
# @param [Boolean] validate_only
457459
# Indicates that the request should be validated and default values populated,
458460
# without persisting the request or creating any resources.
@@ -1219,9 +1221,10 @@ def wait_project_location_operation(name, google_longrunning_wait_operation_requ
12191221
# project id or number. Only lowercase characters, digits, and hyphens.
12201222
# @param [Google::Apis::RunV2::GoogleCloudRunV2Service] google_cloud_run_v2_service_object
12211223
# @param [String] service_id
1222-
# Required. The unique identifier for the Service. It must begin with letter,
1224+
# Optional. The unique identifier for the Service. It must begin with letter,
12231225
# and cannot end with hyphen; must contain fewer than 50 characters. The name of
1224-
# the service becomes `parent`/services/`service_id`.
1226+
# the service becomes `parent`/services/`service_id`. If not provided, the
1227+
# server will generate a unique `service_id`.
12251228
# @param [Boolean] validate_only
12261229
# Indicates that the request should be validated and default values populated,
12271230
# without persisting the request or creating any resources.
@@ -1694,9 +1697,10 @@ def list_project_location_service_revisions(parent, page_size: nil, page_token:
16941697
# Optional. Indicates that the request should be validated and default values
16951698
# populated, without persisting the request or creating any resources.
16961699
# @param [String] worker_pool_id
1697-
# Required. The unique identifier for the WorkerPool. It must begin with letter,
1700+
# Optional. The unique identifier for the WorkerPool. It must begin with letter,
16981701
# and cannot end with hyphen; must contain fewer than 50 characters. The name of
1699-
# the worker pool becomes ``parent`/workerPools/`worker_pool_id``.
1702+
# the worker pool becomes ``parent`/workerPools/`worker_pool_id``. If not
1703+
# provided, the server will generate a unique `worker_pool_id`.
17001704
# @param [String] fields
17011705
# Selector specifying which fields to include in a partial response.
17021706
# @param [String] quota_user

0 commit comments

Comments
 (0)