Skip to content

Commit 11fe16f

Browse files
feat: regenerate index files
1 parent ace6430 commit 11fe16f

14 files changed

+403
-44
lines changed

discovery/adexchangebuyer2-v2beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@
31153115
}
31163116
}
31173117
},
3118-
"revision": "20241002",
3118+
"revision": "20250807",
31193119
"rootUrl": "https://adexchangebuyer.googleapis.com/",
31203120
"schemas": {
31213121
"AbsoluteDateRange": {
@@ -5661,14 +5661,16 @@
56615661
"AD_NOT_RENDERED",
56625662
"INVALID_IMPRESSION",
56635663
"FATAL_VAST_ERROR",
5664-
"LOST_IN_MEDIATION"
5664+
"LOST_IN_MEDIATION",
5665+
"OVERDELIVERED_IMPRESSION"
56655666
],
56665667
"enumDescriptions": [
56675668
"A placeholder for an undefined status. This value will never be returned in responses.",
56685669
"The buyer was not billed because the ad was not rendered by the publisher.",
56695670
"The buyer was not billed because the impression won by the bid was determined to be invalid.",
56705671
"A video impression was served but a fatal error was reported from the client during playback.",
5671-
"The buyer was not billed because the ad was outplaced in the mediation waterfall."
5672+
"The buyer was not billed because the ad was outplaced in the mediation waterfall.",
5673+
"The impression was not billed because it exceeded a guaranteed deal delivery goal."
56725674
],
56735675
"type": "string"
56745676
}

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/composer-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
}
12271227
}
12281228
},
1229-
"revision": "20250630",
1229+
"revision": "20250803",
12301230
"rootUrl": "https://composer.googleapis.com/",
12311231
"schemas": {
12321232
"AirflowMetadataRetentionPolicyConfig": {
@@ -2194,7 +2194,8 @@
21942194
"CHECK",
21952195
"SAVE_SNAPSHOT",
21962196
"LOAD_SNAPSHOT",
2197-
"DATABASE_FAILOVER"
2197+
"DATABASE_FAILOVER",
2198+
"MIGRATE"
21982199
],
21992200
"enumDescriptions": [
22002201
"Unused.",
@@ -2204,7 +2205,8 @@
22042205
"A resource check operation.",
22052206
"Saves snapshot of the resource operation.",
22062207
"Loads snapshot of the resource operation.",
2207-
"Triggers failover of environment's Cloud SQL instance (only for highly resilient environments)."
2208+
"Triggers failover of environment's Cloud SQL instance (only for highly resilient environments).",
2209+
"Migrates resource to a new major version."
22082210
],
22092211
"type": "string"
22102212
},

discovery/composer-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
}
12271227
}
12281228
},
1229-
"revision": "20250630",
1229+
"revision": "20250803",
12301230
"rootUrl": "https://composer.googleapis.com/",
12311231
"schemas": {
12321232
"AirflowMetadataRetentionPolicyConfig": {
@@ -2211,7 +2211,8 @@
22112211
"CHECK",
22122212
"SAVE_SNAPSHOT",
22132213
"LOAD_SNAPSHOT",
2214-
"DATABASE_FAILOVER"
2214+
"DATABASE_FAILOVER",
2215+
"MIGRATE"
22152216
],
22162217
"enumDescriptions": [
22172218
"Unused.",
@@ -2221,7 +2222,8 @@
22212222
"A resource check operation.",
22222223
"Saves snapshot of the resource operation.",
22232224
"Loads snapshot of the resource operation.",
2224-
"Triggers failover of environment's Cloud SQL instance (only for highly resilient environments)."
2225+
"Triggers failover of environment's Cloud SQL instance (only for highly resilient environments).",
2226+
"Migrates resource to a new major version."
22252227
],
22262228
"type": "string"
22272229
},

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-v1alpha.json

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,7 @@
22612261
}
22622262
}
22632263
},
2264-
"revision": "20250720",
2264+
"revision": "20250731",
22652265
"rootUrl": "https://gkehub.googleapis.com/",
22662266
"schemas": {
22672267
"AppDevExperienceFeatureSpec": {
@@ -6891,7 +6891,18 @@
68916891
"MODERNIZATION_IN_PROGRESS",
68926892
"MODERNIZATION_COMPLETED",
68936893
"MODERNIZATION_ABORTED",
6894-
"MODERNIZATION_WILL_BE_SCHEDULED"
6894+
"MODERNIZATION_PREPARING",
6895+
"MODERNIZATION_STALLED",
6896+
"MODERNIZATION_PREPARED",
6897+
"MODERNIZATION_MIGRATING_WORKLOADS",
6898+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
6899+
"MODERNIZATION_WILL_BE_SCHEDULED",
6900+
"MODERNIZATION_MANUAL",
6901+
"MODERNIZATION_ELIGIBLE",
6902+
"MODERNIZATION_MODERNIZING",
6903+
"MODERNIZATION_MODERNIZED_SOAKING",
6904+
"MODERNIZATION_FINALIZED",
6905+
"MODERNIZATION_ROLLING_BACK_FLEET"
68956906
],
68966907
"enumDescriptions": [
68976908
"Default Unspecified code",
@@ -6935,7 +6946,18 @@
69356946
"Modernization is in progress for a cluster.",
69366947
"Modernization is completed for a cluster.",
69376948
"Modernization is aborted for a cluster.",
6938-
"Modernization will be scheduled for a fleet."
6949+
"Preparing cluster so that its workloads can be migrated.",
6950+
"Modernization is stalled for a cluster.",
6951+
"Cluster has been prepared for its workloads to be migrated.",
6952+
"Migrating the cluster's workloads to the new implementation.",
6953+
"Rollback is in progress for modernization of a cluster.",
6954+
"Modernization will be scheduled for a fleet.",
6955+
"Fleet is opted out from automated modernization.",
6956+
"Fleet is eligible for modernization.",
6957+
"Modernization of one or more clusters in a fleet is in progress.",
6958+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
6959+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
6960+
"Rollback is in progress for modernization of all clusters in a fleet."
69396961
],
69406962
"type": "string"
69416963
},
@@ -7111,7 +7133,18 @@
71117133
"MODERNIZATION_IN_PROGRESS",
71127134
"MODERNIZATION_COMPLETED",
71137135
"MODERNIZATION_ABORTED",
7114-
"MODERNIZATION_WILL_BE_SCHEDULED"
7136+
"MODERNIZATION_PREPARING",
7137+
"MODERNIZATION_STALLED",
7138+
"MODERNIZATION_PREPARED",
7139+
"MODERNIZATION_MIGRATING_WORKLOADS",
7140+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
7141+
"MODERNIZATION_WILL_BE_SCHEDULED",
7142+
"MODERNIZATION_MANUAL",
7143+
"MODERNIZATION_ELIGIBLE",
7144+
"MODERNIZATION_MODERNIZING",
7145+
"MODERNIZATION_MODERNIZED_SOAKING",
7146+
"MODERNIZATION_FINALIZED",
7147+
"MODERNIZATION_ROLLING_BACK_FLEET"
71157148
],
71167149
"enumDescriptions": [
71177150
"Default Unspecified code",
@@ -7155,7 +7188,18 @@
71557188
"Modernization is in progress for a cluster.",
71567189
"Modernization is completed for a cluster.",
71577190
"Modernization is aborted for a cluster.",
7158-
"Modernization will be scheduled for a fleet."
7191+
"Preparing cluster so that its workloads can be migrated.",
7192+
"Modernization is stalled for a cluster.",
7193+
"Cluster has been prepared for its workloads to be migrated.",
7194+
"Migrating the cluster's workloads to the new implementation.",
7195+
"Rollback is in progress for modernization of a cluster.",
7196+
"Modernization will be scheduled for a fleet.",
7197+
"Fleet is opted out from automated modernization.",
7198+
"Fleet is eligible for modernization.",
7199+
"Modernization of one or more clusters in a fleet is in progress.",
7200+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
7201+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
7202+
"Rollback is in progress for modernization of all clusters in a fleet."
71597203
],
71607204
"type": "string"
71617205
},

discovery/gkehub-v1beta.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": {
@@ -6433,7 +6433,18 @@
64336433
"MODERNIZATION_IN_PROGRESS",
64346434
"MODERNIZATION_COMPLETED",
64356435
"MODERNIZATION_ABORTED",
6436-
"MODERNIZATION_WILL_BE_SCHEDULED"
6436+
"MODERNIZATION_PREPARING",
6437+
"MODERNIZATION_STALLED",
6438+
"MODERNIZATION_PREPARED",
6439+
"MODERNIZATION_MIGRATING_WORKLOADS",
6440+
"MODERNIZATION_ROLLING_BACK_CLUSTER",
6441+
"MODERNIZATION_WILL_BE_SCHEDULED",
6442+
"MODERNIZATION_MANUAL",
6443+
"MODERNIZATION_ELIGIBLE",
6444+
"MODERNIZATION_MODERNIZING",
6445+
"MODERNIZATION_MODERNIZED_SOAKING",
6446+
"MODERNIZATION_FINALIZED",
6447+
"MODERNIZATION_ROLLING_BACK_FLEET"
64376448
],
64386449
"enumDescriptions": [
64396450
"Default Unspecified code",
@@ -6477,7 +6488,18 @@
64776488
"Modernization is in progress for a cluster.",
64786489
"Modernization is completed for a cluster.",
64796490
"Modernization is aborted for a cluster.",
6480-
"Modernization will be scheduled for a fleet."
6491+
"Preparing cluster so that its workloads can be migrated.",
6492+
"Modernization is stalled for a cluster.",
6493+
"Cluster has been prepared for its workloads to be migrated.",
6494+
"Migrating the cluster's workloads to the new implementation.",
6495+
"Rollback is in progress for modernization of a cluster.",
6496+
"Modernization will be scheduled for a fleet.",
6497+
"Fleet is opted out from automated modernization.",
6498+
"Fleet is eligible for modernization.",
6499+
"Modernization of one or more clusters in a fleet is in progress.",
6500+
"Modernization of all the fleet's clusters is complete. Soaking before finalizing the modernization.",
6501+
"Modernization is finalized for all clusters in a fleet. Rollback is no longer allowed.",
6502+
"Rollback is in progress for modernization of all clusters in a fleet."
64816503
],
64826504
"type": "string"
64836505
},

discovery/gkehub-v2.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)