You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: This release has breaking changes.
#### run:v1
The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
#### run:v2
The following keys were deleted:
- schemas.GoogleCloudRunV2Container.properties.source.description
- schemas.GoogleCloudRunV2Container.properties.source.type
Copy file name to clipboardExpand all lines: discovery/run-v1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1742,7 +1742,7 @@
1742
1742
],
1743
1743
"parameters": {
1744
1744
"extraLocationTypes": {
1745
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
1745
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
Copy file name to clipboardExpand all lines: discovery/run-v2.json
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1942,7 +1942,7 @@
1942
1942
}
1943
1943
}
1944
1944
},
1945
-
"revision": "20251019",
1945
+
"revision": "20251024",
1946
1946
"rootUrl": "https://run.googleapis.com/",
1947
1947
"schemas": {
1948
1948
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2311,10 +2311,6 @@
2311
2311
"$ref": "GoogleCloudRunV2ResourceRequirements",
2312
2312
"description": "Compute Resource requirements by this container."
2313
2313
},
2314
-
"source": {
2315
-
"description": "Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)",
2316
-
"type": "string"
2317
-
},
2318
2314
"startupProbe": {
2319
2315
"$ref": "GoogleCloudRunV2Probe",
2320
2316
"description": "Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails."
Copy file name to clipboardExpand all lines: src/apis/run/v1.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9217,7 +9217,7 @@ export namespace run_v1 {
9217
9217
*
9218
9218
* // Do the magic
9219
9219
* const res = await run.projects.locations.list({
9220
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
9220
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
9221
9221
* extraLocationTypes: 'placeholder-value',
9222
9222
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs://bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object generation)
340
-
*/
341
-
source?: string|null;
342
338
/**
343
339
* Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
0 commit comments