|
1526 | 1526 | } |
1527 | 1527 | } |
1528 | 1528 | }, |
1529 | | - "revision": "20240823", |
| 1529 | + "revision": "20240927", |
1530 | 1530 | "rootUrl": "https://run.googleapis.com/", |
1531 | 1531 | "schemas": { |
1532 | 1532 | "GoogleCloudRunV2BinaryAuthorization": { |
|
2984 | 2984 | "id": "GoogleCloudRunV2RevisionScaling", |
2985 | 2985 | "properties": { |
2986 | 2986 | "maxInstanceCount": { |
2987 | | - "description": "Optional. Maximum number of serving instances that this resource should have.", |
| 2987 | + "description": "Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances", |
2988 | 2988 | "format": "int32", |
2989 | 2989 | "type": "integer" |
2990 | 2990 | }, |
|
3258 | 3258 | ], |
3259 | 3259 | "type": "string" |
3260 | 3260 | }, |
| 3261 | + "invokerIamDisabled": { |
| 3262 | + "description": "Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This setting should not be used with external ingress.", |
| 3263 | + "type": "boolean" |
| 3264 | + }, |
3261 | 3265 | "labels": { |
3262 | 3266 | "additionalProperties": { |
3263 | 3267 | "type": "string" |
|
3395 | 3399 | "id": "GoogleCloudRunV2ServiceScaling", |
3396 | 3400 | "properties": { |
3397 | 3401 | "minInstanceCount": { |
3398 | | - "description": "Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. (BETA)", |
| 3402 | + "description": "Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.", |
3399 | 3403 | "format": "int32", |
3400 | 3404 | "type": "integer" |
| 3405 | + }, |
| 3406 | + "scalingMode": { |
| 3407 | + "description": "Optional. The scaling mode for the service.", |
| 3408 | + "enum": [ |
| 3409 | + "SCALING_MODE_UNSPECIFIED", |
| 3410 | + "AUTOMATIC", |
| 3411 | + "MANUAL" |
| 3412 | + ], |
| 3413 | + "enumDescriptions": [ |
| 3414 | + "Unspecified.", |
| 3415 | + "Scale based on traffic between min and max instances.", |
| 3416 | + "Scale to exactly min instances and ignore max instances." |
| 3417 | + ], |
| 3418 | + "type": "string" |
3401 | 3419 | } |
3402 | 3420 | }, |
3403 | 3421 | "type": "object" |
|
3468 | 3486 | "description": "URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.", |
3469 | 3487 | "type": "string" |
3470 | 3488 | }, |
| 3489 | + "baseImageWarning": { |
| 3490 | + "description": "Warning message for the base image.", |
| 3491 | + "type": "string" |
| 3492 | + }, |
3471 | 3493 | "buildOperation": { |
3472 | 3494 | "$ref": "GoogleLongrunningOperation", |
3473 | 3495 | "description": "Cloud Build operation to be polled via CloudBuild API." |
|
4291 | 4313 | "description": "Optional. Option to specify how default logs buckets are setup.", |
4292 | 4314 | "enum": [ |
4293 | 4315 | "DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED", |
4294 | | - "REGIONAL_USER_OWNED_BUCKET" |
| 4316 | + "REGIONAL_USER_OWNED_BUCKET", |
| 4317 | + "LEGACY_BUCKET" |
4295 | 4318 | ], |
4296 | 4319 | "enumDescriptions": [ |
4297 | 4320 | "Unspecified.", |
4298 | | - "Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project." |
| 4321 | + "Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project.", |
| 4322 | + "Bucket is located in a Google-owned project and is not regionalized." |
4299 | 4323 | ], |
4300 | 4324 | "type": "string" |
4301 | 4325 | }, |
|
0 commit comments