Skip to content

Commit bbcd7aa

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
feat(run)!: update the API
BREAKING CHANGE: This release has breaking changes. #### run:v2 The following keys were deleted: - schemas.GoogleCloudRunV2Job.properties.etag.readOnly - schemas.GoogleCloudRunV2Service.properties.etag.readOnly - schemas.GoogleCloudRunV2WorkerPool.properties.etag.readOnly The following keys were changed: - schemas.GoogleCloudRunV2Job.properties.etag.description - schemas.GoogleCloudRunV2Service.properties.etag.description - schemas.GoogleCloudRunV2WorkerPool.properties.etag.description
1 parent 4ad9a75 commit bbcd7aa

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

discovery/run-v2.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@
19221922
}
19231923
}
19241924
},
1925-
"revision": "20250712",
1925+
"revision": "20250718",
19261926
"rootUrl": "https://run.googleapis.com/",
19271927
"schemas": {
19281928
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2958,8 +2958,7 @@
29582958
"type": "string"
29592959
},
29602960
"etag": {
2961-
"description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
2962-
"readOnly": true,
2961+
"description": "Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
29632962
"type": "string"
29642963
},
29652964
"executionCount": {
@@ -3844,8 +3843,7 @@
38443843
"type": "string"
38453844
},
38463845
"etag": {
3847-
"description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
3848-
"readOnly": true,
3846+
"description": "Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
38493847
"type": "string"
38503848
},
38513849
"expireTime": {
@@ -4675,8 +4673,7 @@
46754673
"type": "string"
46764674
},
46774675
"etag": {
4678-
"description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
4679-
"readOnly": true,
4676+
"description": "Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
46804677
"type": "string"
46814678
},
46824679
"expireTime": {

src/apis/run/v2.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ export namespace run_v2 {
779779
*/
780780
deleteTime?: string | null;
781781
/**
782-
* Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
782+
* Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
783783
*/
784784
etag?: string | null;
785785
/**
@@ -1405,7 +1405,7 @@ export namespace run_v2 {
14051405
*/
14061406
description?: string | null;
14071407
/**
1408-
* Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
1408+
* Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
14091409
*/
14101410
etag?: string | null;
14111411
/**
@@ -1981,7 +1981,7 @@ export namespace run_v2 {
19811981
*/
19821982
description?: string | null;
19831983
/**
1984-
* Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
1984+
* Optional. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
19851985
*/
19861986
etag?: string | null;
19871987
/**

0 commit comments

Comments
 (0)