|
428 | 428 | ], |
429 | 429 | "parameters": { |
430 | 430 | "parent": { |
431 | | - "description": "Required. The project and location to build in. Location must be a region, e.g., 'us-central1' or 'global' if the global builder is to be used. Format: projects/{project}/locations/{location}", |
| 431 | + "description": "Required. The project and location to build in. Location must be a region, e.g., 'us-central1' or 'global' if the global builder is to be used. Format: `projects/{project}/locations/{location}`", |
432 | 432 | "location": "path", |
433 | 433 | "pattern": "^projects/[^/]+/locations/[^/]+$", |
434 | 434 | "required": true, |
|
1526 | 1526 | } |
1527 | 1527 | } |
1528 | 1528 | }, |
1529 | | - "revision": "20240927", |
| 1529 | + "revision": "20241004", |
1530 | 1530 | "rootUrl": "https://run.googleapis.com/", |
1531 | 1531 | "schemas": { |
1532 | 1532 | "GoogleCloudRunV2BinaryAuthorization": { |
|
1538 | 1538 | "type": "string" |
1539 | 1539 | }, |
1540 | 1540 | "policy": { |
1541 | | - "description": "Optional. The path to a binary authorization policy. Format: projects/{project}/platforms/cloudRun/{policy-name}", |
| 1541 | + "description": "Optional. The path to a binary authorization policy. Format: `projects/{project}/platforms/cloudRun/{policy-name}`", |
1542 | 1542 | "type": "string" |
1543 | 1543 | }, |
1544 | 1544 | "useDefault": { |
|
3056 | 3056 | "type": "object" |
3057 | 3057 | }, |
3058 | 3058 | "maxInstanceRequestConcurrency": { |
3059 | | - "description": "Optional. Sets the maximum number of requests that each serving instance can receive. If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.", |
| 3059 | + "description": "Optional. Sets the maximum number of requests that each serving instance can receive. If not specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU < 1`.", |
3060 | 3060 | "format": "int32", |
3061 | 3061 | "type": "integer" |
3062 | 3062 | }, |
|
3388 | 3388 | "id": "GoogleCloudRunV2ServiceMesh", |
3389 | 3389 | "properties": { |
3390 | 3390 | "mesh": { |
3391 | | - "description": "The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}, where {project} can be project id or number.", |
| 3391 | + "description": "The Mesh resource name. Format: `projects/{project}/locations/global/meshes/{mesh}`, where `{project}` can be project id or number.", |
3392 | 3392 | "type": "string" |
3393 | 3393 | } |
3394 | 3394 | }, |
|
3472 | 3472 | "type": "array" |
3473 | 3473 | }, |
3474 | 3474 | "workerPool": { |
3475 | | - "description": "Optional. Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool.", |
| 3475 | + "description": "Optional. Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where `{project}` and `{region}` are the project id and region respectively where the worker pool is defined and `{workerPool}` is the short name of the worker pool.", |
3476 | 3476 | "type": "string" |
3477 | 3477 | } |
3478 | 3478 | }, |
|
3921 | 3921 | "id": "GoogleCloudRunV2VpcAccess", |
3922 | 3922 | "properties": { |
3923 | 3923 | "connector": { |
3924 | | - "description": "VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.", |
| 3924 | + "description": "VPC Access connector name. Format: `projects/{project}/locations/{location}/connectors/{connector}`, where `{project}` can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.", |
3925 | 3925 | "type": "string" |
3926 | 3926 | }, |
3927 | 3927 | "egress": { |
|
0 commit comments