Skip to content

Commit 574b1f1

Browse files
feat(run): update the api
#### run:v1 The following keys were added: - schemas.AuthorizedDomain.properties.name.deprecated (Total Keys: 1) - schemas.ConfigMapEnvSource.properties.localObjectReference.deprecated (Total Keys: 1) - schemas.ConfigMapKeySelector.properties.localObjectReference.deprecated (Total Keys: 1) - schemas.SecretEnvSource.properties.localObjectReference.deprecated (Total Keys: 1) - schemas.SecretKeySelector.properties.localObjectReference.deprecated (Total Keys: 1) - schemas.TrafficTarget.properties.configurationName.deprecated (Total Keys: 1)
1 parent e30b1ec commit 574b1f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

googleapiclient/discovery_cache/documents/run.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20230618",
2292+
"revision": "20230702",
22932293
"rootUrl": "https://run.googleapis.com/",
22942294
"schemas": {
22952295
"Addressable": {
@@ -2359,6 +2359,7 @@
23592359
"type": "string"
23602360
},
23612361
"name": {
2362+
"deprecated": true,
23622363
"description": "Deprecated Read only. Full path to the `AuthorizedDomain` resource in the API. Example: `projects/myproject/authorizedDomains/example.com`.",
23632364
"type": "string"
23642365
}
@@ -2399,6 +2400,7 @@
23992400
"properties": {
24002401
"localObjectReference": {
24012402
"$ref": "LocalObjectReference",
2403+
"deprecated": true,
24022404
"description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead."
24032405
},
24042406
"name": {
@@ -2422,6 +2424,7 @@
24222424
},
24232425
"localObjectReference": {
24242426
"$ref": "LocalObjectReference",
2427+
"deprecated": true,
24252428
"description": "Not supported by Cloud Run."
24262429
},
24272430
"name": {
@@ -4058,6 +4061,7 @@
40584061
"properties": {
40594062
"localObjectReference": {
40604063
"$ref": "LocalObjectReference",
4064+
"deprecated": true,
40614065
"description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead."
40624066
},
40634067
"name": {
@@ -4081,6 +4085,7 @@
40814085
},
40824086
"localObjectReference": {
40834087
"$ref": "LocalObjectReference",
4088+
"deprecated": true,
40844089
"description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead."
40854090
},
40864091
"name": {
@@ -4508,6 +4513,7 @@
45084513
"id": "TrafficTarget",
45094514
"properties": {
45104515
"configurationName": {
4516+
"deprecated": true,
45114517
"description": "[Deprecated] Not supported in Cloud Run. It must be empty.",
45124518
"type": "string"
45134519
},

googleapiclient/discovery_cache/documents/run.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
}
10881088
}
10891089
},
1090-
"revision": "20230618",
1090+
"revision": "20230625",
10911091
"rootUrl": "https://run.googleapis.com/",
10921092
"schemas": {
10931093
"GoogleCloudRunV2BinaryAuthorization": {

0 commit comments

Comments
 (0)