@@ -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