@@ -1459,7 +1459,7 @@ def list_project_location_service_revisions(parent, page_size: nil, page_token:
1459
1459
# Creates a new WorkerPool in a given project and location.
1460
1460
# @param [String] parent
1461
1461
# Required. The location and project in which this worker pool should be created.
1462
- # Format: projects/`project`/locations/`location`, where `project` can be
1462
+ # Format: ` projects/`project`/locations/`location`` , where `` project` ` can be
1463
1463
# project id or number. Only lowercase characters, digits, and hyphens.
1464
1464
# @param [Google::Apis::RunV2::GoogleCloudRunV2WorkerPool] google_cloud_run_v2_worker_pool_object
1465
1465
# @param [Boolean] validate_only
@@ -1468,7 +1468,7 @@ def list_project_location_service_revisions(parent, page_size: nil, page_token:
1468
1468
# @param [String] worker_pool_id
1469
1469
# Required. The unique identifier for the WorkerPool. It must begin with letter,
1470
1470
# and cannot end with hyphen; must contain fewer than 50 characters. The name of
1471
- # the worker pool becomes `parent`/workerPools/`worker_pool_id`.
1471
+ # the worker pool becomes `` parent`/workerPools/`worker_pool_id` `.
1472
1472
# @param [String] fields
1473
1473
# Selector specifying which fields to include in a partial response.
1474
1474
# @param [String] quota_user
@@ -1502,9 +1502,9 @@ def create_project_location_worker_pool(parent, google_cloud_run_v2_worker_pool_
1502
1502
1503
1503
# Deletes a WorkerPool.
1504
1504
# @param [String] name
1505
- # Required. The full name of the WorkerPool. Format: projects/`project`/
1506
- # locations/`location`/workerPools/`worker_pool`, where `project` can be project
1507
- # id or number.
1505
+ # Required. The full name of the WorkerPool. Format: ` projects/`project`/
1506
+ # locations/`location`/workerPools/`worker_pool`` , where `` project`` can be
1507
+ # project id or number.
1508
1508
# @param [String] etag
1509
1509
# A system-generated fingerprint for this version of the resource. May be used
1510
1510
# to detect modification conflict during updates.
@@ -1542,9 +1542,9 @@ def delete_project_location_worker_pool(name, etag: nil, validate_only: nil, fie
1542
1542
1543
1543
# Gets information about a WorkerPool.
1544
1544
# @param [String] name
1545
- # Required. The full name of the WorkerPool. Format: projects/`project`/
1546
- # locations/`location`/workerPools/`worker_pool`, where `project` can be project
1547
- # id or number.
1545
+ # Required. The full name of the WorkerPool. Format: ` projects/`project`/
1546
+ # locations/`location`/workerPools/`worker_pool`` , where `` project`` can be
1547
+ # project id or number.
1548
1548
# @param [String] fields
1549
1549
# Selector specifying which fields to include in a partial response.
1550
1550
# @param [String] quota_user
@@ -1620,8 +1620,8 @@ def get_project_location_worker_pool_iam_policy(resource, options_requested_poli
1620
1620
# Lists WorkerPools. Results are sorted by creation time, descending.
1621
1621
# @param [String] parent
1622
1622
# Required. The location and project to list resources on. Location must be a
1623
- # valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/`
1624
- # project`/locations/`location`, where `project` can be project id or number.
1623
+ # valid Google Cloud region, and cannot be the "-" wildcard. Format: ` projects/`
1624
+ # project`/locations/`location`` , where `` project` ` can be project id or number.
1625
1625
# @param [Fixnum] page_size
1626
1626
# Maximum number of WorkerPools to return in this call.
1627
1627
# @param [String] page_token
@@ -1663,8 +1663,8 @@ def list_project_location_worker_pools(parent, page_size: nil, page_token: nil,
1663
1663
# @param [String] name
1664
1664
# The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this
1665
1665
# field is ignored, and instead composed from CreateWorkerPoolRequest.parent and
1666
- # CreateWorkerPoolRequest.worker_id. Format: projects/`project`/locations/`
1667
- # location`/workerPools/`worker_id`
1666
+ # CreateWorkerPoolRequest.worker_id. Format: ` projects/`project`/locations/`
1667
+ # location`/workerPools/`worker_id``
1668
1668
# @param [Google::Apis::RunV2::GoogleCloudRunV2WorkerPool] google_cloud_run_v2_worker_pool_object
1669
1669
# @param [Boolean] allow_missing
1670
1670
# Optional. If set to true, and if the WorkerPool does not exist, it will create
0 commit comments