Skip to content

Commit 497ecfc

Browse files
feat: regenerate index files
1 parent 7ead38b commit 497ecfc

File tree

8 files changed

+288
-23
lines changed

8 files changed

+288
-23
lines changed

discovery/apigee-v1.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,7 @@
24222422
"type": "string"
24232423
},
24242424
"pageSize": {
2425-
"description": "Optional. Count of apps a single page can have in the response. If unspecified, at most 100 apps will be returned. The maximum value is 100; values above 100 will be coerced to 100. \"page_size\" is supported from ver 1.10.0 and above.",
2425+
"description": "Optional. Count of apps a single page can have in the response. If unspecified, at most 1000 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. \"page_size\" is supported from ver 1.10.0 and above.",
24262426
"format": "int32",
24272427
"location": "query",
24282428
"type": "integer"
@@ -2440,7 +2440,7 @@
24402440
"type": "string"
24412441
},
24422442
"rows": {
2443-
"description": "Optional. Maximum number of app IDs to return. Defaults to 1000.",
2443+
"description": "Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper limit. To get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.",
24442444
"format": "int64",
24452445
"location": "query",
24462446
"type": "string"
@@ -11127,7 +11127,7 @@
1112711127
}
1112811128
}
1112911129
},
11130-
"revision": "20250722",
11130+
"revision": "20250731",
1113111131
"rootUrl": "https://apigee.googleapis.com/",
1113211132
"schemas": {
1113311133
"EdgeConfigstoreBundleBadBundle": {
@@ -15248,6 +15248,10 @@
1524815248
"description": "Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.",
1524915249
"type": "boolean"
1525015250
},
15251+
"maskedValues": {
15252+
"description": "Required. Flag that specifies whether entry values will be masked when returned.",
15253+
"type": "boolean"
15254+
},
1525115255
"name": {
1525215256
"description": "Required. ID of the key value map.",
1525315257
"type": "string"

discovery/driveactivity-v2.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133
}
134134
},
135-
"revision": "20250517",
135+
"revision": "20250805",
136136
"rootUrl": "https://driveactivity.googleapis.com/",
137137
"schemas": {
138138
"Action": {
@@ -1135,15 +1135,19 @@
11351135
"DIRECT_SHARING",
11361136
"ITEM_DUPLICATION",
11371137
"DRIVE_FILE_STREAM",
1138-
"FILE_ORGANIZER_CAN_SHARE_FOLDERS"
1138+
"FILE_ORGANIZER_CAN_SHARE_FOLDERS",
1139+
"READERS_CAN_DOWNLOAD",
1140+
"WRITERS_CAN_DOWNLOAD"
11391141
],
11401142
"enumDescriptions": [
11411143
"The feature which changed restriction settings was not available.",
11421144
"When restricted, this prevents items from being shared outside the domain.",
11431145
"When restricted, this prevents direct sharing of individual items.",
11441146
"When restricted, this prevents actions like copy, download, and print that might result in uncontrolled duplicates of items. Now deprecated in favor of READERS_CAN_DOWNLOAD.",
11451147
"When restricted, this prevents use of Drive File Stream.",
1146-
"When restricted, this limits sharing of folders to managers only."
1148+
"When restricted, this limits sharing of folders to managers only.",
1149+
"When restricted, this prevents actions like copy, download, and print for readers. This is the same as ITEM_DUPLICATION.",
1150+
"When restricted, this prevents actions like copy, download, and print for writers."
11471151
],
11481152
"type": "string"
11491153
},

discovery/gkehub-v1.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@
21172117
}
21182118
}
21192119
},
2120-
"revision": "20250720",
2120+
"revision": "20250731",
21212121
"rootUrl": "https://gkehub.googleapis.com/",
21222122
"schemas": {
21232123
"AppDevExperienceFeatureSpec": {
@@ -6307,7 +6307,18 @@
63076307
"MODERNIZATION_IN_PROGRESS",
63086308
"MODERNIZATION_COMPLETED",
63096309
"MODERNIZATION_ABORTED",
6310-
"MODERNIZATION_WILL_BE_SCHEDULED"
6310+
"MODERNIZATION_PREPARING",
6311+
"MODERNIZATION_STALLED",
6312+
"MODERNIZATION_PREPARED",
6313+
"MODERNIZATION_MIGRATING_WORKLOADS",
6314+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
6315+
"MODERNIZATION_WILL_BE_SCHEDULED",
6316+
"MODERNIZATION_MANUAL",
6317+
"MODERNIZATION_ELIGIBLE",
6318+
"MODERNIZATION_MODERNIZING",
6319+
"MODERNIZATION_MODERNIZED_SOAKING",
6320+
"MODERNIZATION_FINALIZED",
6321+
"MODERNIZATION_ROLLING_BACK_FLEET"
63116322
],
63126323
"enumDescriptions": [
63136324
"Default Unspecified code",
@@ -6351,7 +6362,18 @@
63516362
"Modernization is in progress for a cluster.",
63526363
"Modernization is completed for a cluster.",
63536364
"Modernization is aborted for a cluster.",
6354-
"Modernization will be scheduled for a fleet."
6365+
"Preparing cluster so that its workloads can be migrated.",
6366+
"Modernization is stalled for a cluster.",
6367+
"Cluster has been prepared for its workloads to be migrated.",
6368+
"Migrating the cluster's workloads to the new implementation.",
6369+
"Rollback is in progress for modernization of a cluster.",
6370+
"Modernization will be scheduled for a fleet.",
6371+
"Fleet is opted out from automated modernization.",
6372+
"Fleet is eligible for modernization.",
6373+
"Modernization of one or more clusters in a fleet is in progress.",
6374+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
6375+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
6376+
"Rollback is in progress for modernization of all clusters in a fleet."
63556377
],
63566378
"type": "string"
63576379
},

discovery/gkehub-v2alpha.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20250720",
480+
"revision": "20250731",
481481
"rootUrl": "https://gkehub.googleapis.com/",
482482
"schemas": {
483483
"AppDevExperienceState": {
@@ -3065,7 +3065,18 @@
30653065
"MODERNIZATION_IN_PROGRESS",
30663066
"MODERNIZATION_COMPLETED",
30673067
"MODERNIZATION_ABORTED",
3068-
"MODERNIZATION_WILL_BE_SCHEDULED"
3068+
"MODERNIZATION_PREPARING",
3069+
"MODERNIZATION_STALLED",
3070+
"MODERNIZATION_PREPARED",
3071+
"MODERNIZATION_MIGRATING_WORKLOADS",
3072+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
3073+
"MODERNIZATION_WILL_BE_SCHEDULED",
3074+
"MODERNIZATION_MANUAL",
3075+
"MODERNIZATION_ELIGIBLE",
3076+
"MODERNIZATION_MODERNIZING",
3077+
"MODERNIZATION_MODERNIZED_SOAKING",
3078+
"MODERNIZATION_FINALIZED",
3079+
"MODERNIZATION_ROLLING_BACK_FLEET"
30693080
],
30703081
"enumDescriptions": [
30713082
"Default Unspecified code",
@@ -3109,7 +3120,18 @@
31093120
"Modernization is in progress for a cluster.",
31103121
"Modernization is completed for a cluster.",
31113122
"Modernization is aborted for a cluster.",
3112-
"Modernization will be scheduled for a fleet."
3123+
"Preparing cluster so that its workloads can be migrated.",
3124+
"Modernization is stalled for a cluster.",
3125+
"Cluster has been prepared for its workloads to be migrated.",
3126+
"Migrating the cluster's workloads to the new implementation.",
3127+
"Rollback is in progress for modernization of a cluster.",
3128+
"Modernization will be scheduled for a fleet.",
3129+
"Fleet is opted out from automated modernization.",
3130+
"Fleet is eligible for modernization.",
3131+
"Modernization of one or more clusters in a fleet is in progress.",
3132+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
3133+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
3134+
"Rollback is in progress for modernization of all clusters in a fleet."
31133135
],
31143136
"type": "string"
31153137
},
@@ -3296,7 +3318,7 @@
32963318
"MANAGEMENT_NOT_INSTALLED"
32973319
],
32983320
"enumDescriptions": [
3299-
"Unspecified",
3321+
"Unspecified.",
33003322
"Google should manage my Service Mesh for the cluster.",
33013323
"User will manually configure their service mesh components.",
33023324
"Google should remove any managed Service Mesh components from this cluster and deprovision any resources."

discovery/gkehub-v2beta.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20250720",
480+
"revision": "20250731",
481481
"rootUrl": "https://gkehub.googleapis.com/",
482482
"schemas": {
483483
"AppDevExperienceState": {
@@ -3065,7 +3065,18 @@
30653065
"MODERNIZATION_IN_PROGRESS",
30663066
"MODERNIZATION_COMPLETED",
30673067
"MODERNIZATION_ABORTED",
3068-
"MODERNIZATION_WILL_BE_SCHEDULED"
3068+
"MODERNIZATION_PREPARING",
3069+
"MODERNIZATION_STALLED",
3070+
"MODERNIZATION_PREPARED",
3071+
"MODERNIZATION_MIGRATING_WORKLOADS",
3072+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
3073+
"MODERNIZATION_WILL_BE_SCHEDULED",
3074+
"MODERNIZATION_MANUAL",
3075+
"MODERNIZATION_ELIGIBLE",
3076+
"MODERNIZATION_MODERNIZING",
3077+
"MODERNIZATION_MODERNIZED_SOAKING",
3078+
"MODERNIZATION_FINALIZED",
3079+
"MODERNIZATION_ROLLING_BACK_FLEET"
30693080
],
30703081
"enumDescriptions": [
30713082
"Default Unspecified code",
@@ -3109,7 +3120,18 @@
31093120
"Modernization is in progress for a cluster.",
31103121
"Modernization is completed for a cluster.",
31113122
"Modernization is aborted for a cluster.",
3112-
"Modernization will be scheduled for a fleet."
3123+
"Preparing cluster so that its workloads can be migrated.",
3124+
"Modernization is stalled for a cluster.",
3125+
"Cluster has been prepared for its workloads to be migrated.",
3126+
"Migrating the cluster's workloads to the new implementation.",
3127+
"Rollback is in progress for modernization of a cluster.",
3128+
"Modernization will be scheduled for a fleet.",
3129+
"Fleet is opted out from automated modernization.",
3130+
"Fleet is eligible for modernization.",
3131+
"Modernization of one or more clusters in a fleet is in progress.",
3132+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
3133+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
3134+
"Rollback is in progress for modernization of all clusters in a fleet."
31133135
],
31143136
"type": "string"
31153137
},
@@ -3296,7 +3318,7 @@
32963318
"MANAGEMENT_NOT_INSTALLED"
32973319
],
32983320
"enumDescriptions": [
3299-
"Unspecified",
3321+
"Unspecified.",
33003322
"Google should manage my Service Mesh for the cluster.",
33013323
"User will manually configure their service mesh components.",
33023324
"Google should remove any managed Service Mesh components from this cluster and deprovision any resources."

0 commit comments

Comments
 (0)