Skip to content

Commit fea793d

Browse files
feat: regenerate index files
1 parent b4f098d commit fea793d

7 files changed

Lines changed: 50 additions & 394 deletions

File tree

discovery/apigee-v1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@
53215321
],
53225322
"parameters": {
53235323
"name": {
5324-
"description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
5324+
"description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
53255325
"location": "path",
53265326
"pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+$",
53275327
"required": true,
@@ -5346,13 +5346,13 @@
53465346
],
53475347
"parameters": {
53485348
"pageSize": {
5349-
"description": "Maximum number of debug sessions to return. The page size defaults to 25.",
5349+
"description": "Optional. Maximum number of debug sessions to return. The page size defaults to 25.",
53505350
"format": "int32",
53515351
"location": "query",
53525352
"type": "integer"
53535353
},
53545354
"pageToken": {
5355-
"description": "Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.",
5355+
"description": "Optional. Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.",
53565356
"location": "query",
53575357
"type": "string"
53585358
},
@@ -5386,7 +5386,7 @@
53865386
],
53875387
"parameters": {
53885388
"name": {
5389-
"description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
5389+
"description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).",
53905390
"location": "path",
53915391
"pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+/data/[^/]+$",
53925392
"required": true,
@@ -9735,7 +9735,7 @@
97359735
"type": "string"
97369736
},
97379737
"updateMask": {
9738-
"description": "Optional. The list of fields to update. Valid fields to update are `profile`, `scope`, `include_all_resources`, `include`, and `exclude`.",
9738+
"description": "Optional. The list of fields to update. Valid fields to update are `include_all_resources` and `include`.",
97399739
"format": "google-fieldmask",
97409740
"location": "query",
97419741
"type": "string"
@@ -11127,7 +11127,7 @@
1112711127
}
1112811128
}
1112911129
},
11130-
"revision": "20250701",
11130+
"revision": "20250722",
1113111131
"rootUrl": "https://apigee.googleapis.com/",
1113211132
"schemas": {
1113311133
"EdgeConfigstoreBundleBadBundle": {

discovery/gkehub-v1beta.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@
21172117
}
21182118
}
21192119
},
2120-
"revision": "20250715",
2120+
"revision": "20250720",
21212121
"rootUrl": "https://gkehub.googleapis.com/",
21222122
"schemas": {
21232123
"AppDevExperienceFeatureSpec": {
@@ -6546,7 +6546,8 @@
65466546
"ACTIVE",
65476547
"STALLED",
65486548
"NEEDS_ATTENTION",
6549-
"DEGRADED"
6549+
"DEGRADED",
6550+
"DEPROVISIONING"
65506551
],
65516552
"enumDescriptions": [
65526553
"Unspecified",
@@ -6556,7 +6557,8 @@
65566557
"ACTIVE means that the component is ready for use.",
65576558
"STALLED means that provisioning could not be done.",
65586559
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
6559-
"DEGRADED means that the component is ready, but operating in a degraded state."
6560+
"DEGRADED means that the component is ready, but operating in a degraded state.",
6561+
"DEPROVISIONING means that deprovisioning is in progress."
65606562
],
65616563
"type": "string"
65626564
}
@@ -6584,7 +6586,8 @@
65846586
"ACTIVE",
65856587
"STALLED",
65866588
"NEEDS_ATTENTION",
6587-
"DEGRADED"
6589+
"DEGRADED",
6590+
"DEPROVISIONING"
65886591
],
65896592
"enumDescriptions": [
65906593
"Unspecified",
@@ -6594,7 +6597,8 @@
65946597
"ACTIVE means that the component is ready for use.",
65956598
"STALLED means that provisioning could not be done.",
65966599
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
6597-
"DEGRADED means that the component is ready, but operating in a degraded state."
6600+
"DEGRADED means that the component is ready, but operating in a degraded state.",
6601+
"DEPROVISIONING means that deprovisioning is in progress."
65986602
],
65996603
"type": "string"
66006604
}
@@ -6639,12 +6643,14 @@
66396643
"enum": [
66406644
"MANAGEMENT_UNSPECIFIED",
66416645
"MANAGEMENT_AUTOMATIC",
6642-
"MANAGEMENT_MANUAL"
6646+
"MANAGEMENT_MANUAL",
6647+
"MANAGEMENT_NOT_INSTALLED"
66436648
],
66446649
"enumDescriptions": [
66456650
"Unspecified",
66466651
"Google should manage my Service Mesh for the cluster.",
6647-
"User will manually configure their service mesh components."
6652+
"User will manually configure their service mesh components.",
6653+
"Google should remove any managed Service Mesh components from this cluster and deprovision any resources."
66486654
],
66496655
"type": "string"
66506656
}

discovery/gkehub-v2.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20250715",
480+
"revision": "20250720",
481481
"rootUrl": "https://gkehub.googleapis.com/",
482482
"schemas": {
483483
"AppDevExperienceState": {
@@ -3178,7 +3178,8 @@
31783178
"ACTIVE",
31793179
"STALLED",
31803180
"NEEDS_ATTENTION",
3181-
"DEGRADED"
3181+
"DEGRADED",
3182+
"DEPROVISIONING"
31823183
],
31833184
"enumDescriptions": [
31843185
"Unspecified",
@@ -3188,7 +3189,8 @@
31883189
"ACTIVE means that the component is ready for use.",
31893190
"STALLED means that provisioning could not be done.",
31903191
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
3191-
"DEGRADED means that the component is ready, but operating in a degraded state."
3192+
"DEGRADED means that the component is ready, but operating in a degraded state.",
3193+
"DEPROVISIONING means that deprovisioning is in progress."
31923194
],
31933195
"type": "string"
31943196
}
@@ -3216,7 +3218,8 @@
32163218
"ACTIVE",
32173219
"STALLED",
32183220
"NEEDS_ATTENTION",
3219-
"DEGRADED"
3221+
"DEGRADED",
3222+
"DEPROVISIONING"
32203223
],
32213224
"enumDescriptions": [
32223225
"Unspecified",
@@ -3226,7 +3229,8 @@
32263229
"ACTIVE means that the component is ready for use.",
32273230
"STALLED means that provisioning could not be done.",
32283231
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
3229-
"DEGRADED means that the component is ready, but operating in a degraded state."
3232+
"DEGRADED means that the component is ready, but operating in a degraded state.",
3233+
"DEPROVISIONING means that deprovisioning is in progress."
32303234
],
32313235
"type": "string"
32323236
}
@@ -3288,12 +3292,14 @@
32883292
"enum": [
32893293
"MANAGEMENT_UNSPECIFIED",
32903294
"MANAGEMENT_AUTOMATIC",
3291-
"MANAGEMENT_MANUAL"
3295+
"MANAGEMENT_MANUAL",
3296+
"MANAGEMENT_NOT_INSTALLED"
32923297
],
32933298
"enumDescriptions": [
32943299
"Unspecified",
32953300
"Google should manage my Service Mesh for the cluster.",
3296-
"User will manually configure their service mesh components."
3301+
"User will manually configure their service mesh components.",
3302+
"Google should remove any managed Service Mesh components from this cluster and deprovision any resources."
32973303
],
32983304
"type": "string"
32993305
}

discovery/gkehub-v2alpha.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20250715",
480+
"revision": "20250720",
481481
"rootUrl": "https://gkehub.googleapis.com/",
482482
"schemas": {
483483
"AppDevExperienceState": {
@@ -3178,7 +3178,8 @@
31783178
"ACTIVE",
31793179
"STALLED",
31803180
"NEEDS_ATTENTION",
3181-
"DEGRADED"
3181+
"DEGRADED",
3182+
"DEPROVISIONING"
31823183
],
31833184
"enumDescriptions": [
31843185
"Unspecified",
@@ -3188,7 +3189,8 @@
31883189
"ACTIVE means that the component is ready for use.",
31893190
"STALLED means that provisioning could not be done.",
31903191
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
3191-
"DEGRADED means that the component is ready, but operating in a degraded state."
3192+
"DEGRADED means that the component is ready, but operating in a degraded state.",
3193+
"DEPROVISIONING means that deprovisioning is in progress."
31923194
],
31933195
"type": "string"
31943196
}
@@ -3216,7 +3218,8 @@
32163218
"ACTIVE",
32173219
"STALLED",
32183220
"NEEDS_ATTENTION",
3219-
"DEGRADED"
3221+
"DEGRADED",
3222+
"DEPROVISIONING"
32203223
],
32213224
"enumDescriptions": [
32223225
"Unspecified",
@@ -3226,7 +3229,8 @@
32263229
"ACTIVE means that the component is ready for use.",
32273230
"STALLED means that provisioning could not be done.",
32283231
"NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
3229-
"DEGRADED means that the component is ready, but operating in a degraded state."
3232+
"DEGRADED means that the component is ready, but operating in a degraded state.",
3233+
"DEPROVISIONING means that deprovisioning is in progress."
32303234
],
32313235
"type": "string"
32323236
}
@@ -3288,12 +3292,14 @@
32883292
"enum": [
32893293
"MANAGEMENT_UNSPECIFIED",
32903294
"MANAGEMENT_AUTOMATIC",
3291-
"MANAGEMENT_MANUAL"
3295+
"MANAGEMENT_MANUAL",
3296+
"MANAGEMENT_NOT_INSTALLED"
32923297
],
32933298
"enumDescriptions": [
32943299
"Unspecified",
32953300
"Google should manage my Service Mesh for the cluster.",
3296-
"User will manually configure their service mesh components."
3301+
"User will manually configure their service mesh components.",
3302+
"Google should remove any managed Service Mesh components from this cluster and deprovision any resources."
32973303
],
32983304
"type": "string"
32993305
}

0 commit comments

Comments
 (0)