Skip to content

Commit f4a7a99

Browse files
yoshi-automationquirogas
authored andcommitted
feat: regenerate index files
1 parent d340e5e commit f4a7a99

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

discovery/apihub-v1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,11 +1135,13 @@
11351135
"description": "Optional. The type of the spec contents to be retrieved.",
11361136
"enum": [
11371137
"SPEC_CONTENT_TYPE_UNSPECIFIED",
1138-
"BOOSTED_SPEC_CONTENT"
1138+
"BOOSTED_SPEC_CONTENT",
1139+
"GATEWAY_OPEN_API_SPEC"
11391140
],
11401141
"enumDescriptions": [
11411142
"Unspecified spec content type. Defaults to spec content uploaded by the user.",
1142-
"The spec content type for boosted spec."
1143+
"The spec content type for boosted spec.",
1144+
"The spec content type for OpenAPI spec. This enum is used for OpenAPI specs ingested via APIGEE X Gateway."
11431145
],
11441146
"location": "query",
11451147
"type": "string"
@@ -3171,7 +3173,7 @@
31713173
}
31723174
}
31733175
},
3174-
"revision": "20251205",
3176+
"revision": "20251210",
31753177
"rootUrl": "https://apihub.googleapis.com/",
31763178
"schemas": {
31773179
"Empty": {
@@ -3244,11 +3246,13 @@
32443246
"description": "Required. The type of the spec content.",
32453247
"enum": [
32463248
"SPEC_CONTENT_TYPE_UNSPECIFIED",
3247-
"BOOSTED_SPEC_CONTENT"
3249+
"BOOSTED_SPEC_CONTENT",
3250+
"GATEWAY_OPEN_API_SPEC"
32483251
],
32493252
"enumDescriptions": [
32503253
"Unspecified spec content type. Defaults to spec content uploaded by the user.",
3251-
"The spec content type for boosted spec."
3254+
"The spec content type for boosted spec.",
3255+
"The spec content type for OpenAPI spec. This enum is used for OpenAPI specs ingested via APIGEE X Gateway."
32523256
],
32533257
"type": "string"
32543258
},

discovery/run-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@
21772177
}
21782178
}
21792179
},
2180-
"revision": "20251202",
2180+
"revision": "20251205",
21812181
"rootUrl": "https://run.googleapis.com/",
21822182
"schemas": {
21832183
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2364,7 +2364,7 @@
23642364
"CANCELLED",
23652365
"CANCELLING",
23662366
"DELETED",
2367-
"FLEX_START_PENDING"
2367+
"DELAYED_START_PENDING"
23682368
],
23692369
"enumDescriptions": [
23702370
"Default value.",
@@ -2373,7 +2373,7 @@
23732373
"The execution was cancelled by users.",
23742374
"The execution is in the process of being cancelled.",
23752375
"The execution was deleted.",
2376-
"A Flex priority execution is waiting for a start time."
2376+
"A delayed execution is waiting for a start time."
23772377
],
23782378
"readOnly": true,
23792379
"type": "string"

0 commit comments

Comments
 (0)