Skip to content

Commit 68e8b56

Browse files
feat: regenerate index files
1 parent 98f39df commit 68e8b56

8 files changed

+90
-12
lines changed

discovery/apigee-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@
21732173
"keys": {
21742174
"methods": {
21752175
"create": {
2176-
"description": "Creates a custom consumer key and secret for a AppGroup app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the ProductizeAppGroupAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteAppGroupAppKey API.",
2176+
"description": "Creates a custom consumer key and secret for a AppGroup app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateAppGroupAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteAppGroupAppKey API.",
21772177
"flatPath": "v1/organizations/{organizationsId}/appgroups/{appgroupsId}/apps/{appsId}/keys",
21782178
"httpMethod": "POST",
21792179
"id": "apigee.organizations.appgroups.apps.keys.create",
@@ -11063,7 +11063,7 @@
1106311063
}
1106411064
}
1106511065
},
11066-
"revision": "20250425",
11066+
"revision": "20250506",
1106711067
"rootUrl": "https://apigee.googleapis.com/",
1106811068
"schemas": {
1106911069
"EdgeConfigstoreBundleBadBundle": {
@@ -17136,7 +17136,7 @@
1713617136
"type": "string"
1713717137
},
1713817138
"consumptionPricingRates": {
17139-
"description": "API call volume ranges and the fees charged when the total number of API calls is within a given range. The method used to calculate the final fee depends on the selected pricing model. For example, if the pricing model is `STAIRSTEP` and the ranges are defined as follows: ``` { \"start\": 1, \"end\": 100, \"fee\": 75 }, { \"start\": 101, \"end\": 200, \"fee\": 100 }, } ``` Then the following fees would be charged based on the total number of API calls (assuming the currency selected is `USD`): * 1 call costs $75 * 50 calls cost $75 * 150 calls cost $100 The number of API calls cannot exceed 200.",
17139+
"description": "API call volume ranges and the fees charged when the total number of API calls is within a given range. The method used to calculate the final fee depends on the selected pricing model. For example, if the pricing model is `BANDED` and the ranges are defined as follows: ``` { \"start\": 1, \"end\": 100, \"fee\": 2 }, { \"start\": 101, \"end\": 200, \"fee\": 1.50 }, { \"start\": 201, \"end\": 0, \"fee\": 1 }, } ``` Then the following fees would be charged based on the total number of API calls (assuming the currency selected is `USD`): * 50 calls cost 50 x $2 = $100 * 150 calls cost 100 x $2 + 50 x $1.5 = $275 * 250 calls cost 100 x $2 + 100 x $1.5 + 50 x $1 = $400 * 500 calls cost 100 x $2 + 100 x $1.5 + 300 x $1 = $650",
1714017140
"items": {
1714117141
"$ref": "GoogleCloudApigeeV1RateRange"
1714217142
},
@@ -17154,7 +17154,7 @@
1715417154
"enumDescriptions": [
1715517155
"Pricing model not specified. This is the default.",
1715617156
"Fixed rate charged for each API call.",
17157-
"Variable rate charged for each API call based on price tiers. Example: * 1-100 calls cost $2 per call * 101-200 calls cost $1.50 per call * 201-300 calls cost $1 per call * Total price for 50 calls: 50 x $2 = $100 * Total price for 150 calls: 100 x $2 + 50 x $1.5 = $275 * Total price for 250 calls: 100 x $2 + 100 x $1.5 + 50 x $1 = $400. **Note**: Not supported by Apigee at this time.",
17157+
"Variable rate charged for each API call based on price tiers. Example: * 1-100 calls cost $2 per call * 101-200 calls cost $1.50 per call * 201-300 calls cost $1 per call * Total price for 50 calls: 50 x $2 = $100 * Total price for 150 calls: 100 x $2 + 50 x $1.5 = $275 * Total price for 250 calls: 100 x $2 + 100 x $1.5 + 50 x $1 = $400.",
1715817158
"**Note**: Not supported by Apigee at this time.",
1715917159
"**Note**: Not supported by Apigee at this time."
1716017160
],

discovery/chat-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
}
15271527
}
15281528
},
1529-
"revision": "20250427",
1529+
"revision": "20250501",
15301530
"rootUrl": "https://chat.googleapis.com/",
15311531
"schemas": {
15321532
"AccessSettings": {
@@ -2263,7 +2263,7 @@
22632263
"Default value. Unspecified.",
22642264
"A user opens a dialog.",
22652265
"A user clicks an interactive element of a dialog. For example, a user fills out information in a dialog and clicks a button to submit the information.",
2266-
"A user closes a dialog without submitting information. The Chat app only receives this interaction event when users click the close icon in the top right corner of the dialog. When the user closes the dialog by other means (such as refreshing the browser, clicking outside the dialog box, or pressing the escape key), no event is sent. ."
2266+
""
22672267
],
22682268
"type": "string"
22692269
},

discovery/developerconnect-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@
14051405
}
14061406
}
14071407
},
1408-
"revision": "20250414",
1408+
"revision": "20250502",
14091409
"rootUrl": "https://developerconnect.googleapis.com/",
14101410
"schemas": {
14111411
"AccountConnector": {
@@ -2447,7 +2447,8 @@
24472447
"SENTRY",
24482448
"ROVO",
24492449
"NEW_RELIC",
2450-
"DATASTAX"
2450+
"DATASTAX",
2451+
"DYNATRACE"
24512452
],
24522453
"enumDescriptions": [
24532454
"No system provider specified.",
@@ -2457,7 +2458,8 @@
24572458
"Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
24582459
"Rovo provider. Must select the \"rovo\" scope.",
24592460
"New Relic provider. No scopes are allowed.",
2460-
"Datastax provider. No scopes are allowed."
2461+
"Datastax provider. No scopes are allowed.",
2462+
"Dynatrace provider."
24612463
],
24622464
"type": "string"
24632465
}

discovery/index.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,6 +3140,36 @@
31403140
"title": "Firebase App Distribution API",
31413141
"version": "v1"
31423142
},
3143+
{
3144+
"description": "Firebase App Hosting streamlines the development and deployment of dynamic Next.js and Angular applications, offering built-in framework support, GitHub integration, and integration with other Firebase products. You can use this API to intervene in the Firebase App Hosting build process and add custom functionality not supported in our default Console & CLI flows, including triggering builds from external CI/CD workflows or deploying from pre-built container images.",
3145+
"discoveryRestUrl": "https://firebaseapphosting.googleapis.com/$discovery/rest?version=v1beta",
3146+
"documentationLink": "https://firebase.google.com/docs/app-hosting",
3147+
"icons": {
3148+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3149+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3150+
},
3151+
"id": "firebaseapphosting:v1beta",
3152+
"kind": "discovery#directoryItem",
3153+
"name": "firebaseapphosting",
3154+
"preferred": false,
3155+
"title": "Firebase App Hosting API",
3156+
"version": "v1beta"
3157+
},
3158+
{
3159+
"description": "Firebase App Hosting streamlines the development and deployment of dynamic Next.js and Angular applications, offering built-in framework support, GitHub integration, and integration with other Firebase products. You can use this API to intervene in the Firebase App Hosting build process and add custom functionality not supported in our default Console & CLI flows, including triggering builds from external CI/CD workflows or deploying from pre-built container images.",
3160+
"discoveryRestUrl": "https://firebaseapphosting.googleapis.com/$discovery/rest?version=v1",
3161+
"documentationLink": "https://firebase.google.com/docs/app-hosting",
3162+
"icons": {
3163+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3164+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3165+
},
3166+
"id": "firebaseapphosting:v1",
3167+
"kind": "discovery#directoryItem",
3168+
"name": "firebaseapphosting",
3169+
"preferred": true,
3170+
"title": "Firebase App Hosting API",
3171+
"version": "v1"
3172+
},
31433173
{
31443174
"description": "The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.",
31453175
"discoveryRestUrl": "https://firebasedatabase.googleapis.com/$discovery/rest?version=v1beta",
@@ -4280,6 +4310,21 @@
42804310
"title": "Merchant API",
42814311
"version": "inventories_v1beta"
42824312
},
4313+
{
4314+
"description": "Programmatically manage your Merchant Center Accounts.",
4315+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=issueresolution_v1beta",
4316+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4317+
"icons": {
4318+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4319+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4320+
},
4321+
"id": "merchantapi:issueresolution_v1beta",
4322+
"kind": "discovery#directoryItem",
4323+
"name": "merchantapi",
4324+
"preferred": false,
4325+
"title": "Merchant API",
4326+
"version": "issueresolution_v1beta"
4327+
},
42834328
{
42844329
"description": "Programmatically manage your Merchant Center Accounts.",
42854330
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=lfp_v1beta",
@@ -4310,6 +4355,21 @@
43104355
"title": "Merchant API",
43114356
"version": "notifications_v1beta"
43124357
},
4358+
{
4359+
"description": "Programmatically manage your Merchant Center Accounts.",
4360+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=ordertracking_v1beta",
4361+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4362+
"icons": {
4363+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4364+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4365+
},
4366+
"id": "merchantapi:ordertracking_v1beta",
4367+
"kind": "discovery#directoryItem",
4368+
"name": "merchantapi",
4369+
"preferred": false,
4370+
"title": "Merchant API",
4371+
"version": "ordertracking_v1beta"
4372+
},
43134373
{
43144374
"description": "Programmatically manage your Merchant Center Accounts.",
43154375
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=products_v1beta",

discovery/monitoring-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
}
754754
}
755755
},
756-
"revision": "20250424",
756+
"revision": "20250501",
757757
"rootUrl": "https://monitoring.googleapis.com/",
758758
"schemas": {
759759
"Aggregation": {
@@ -2928,7 +2928,7 @@
29282928
"properties": {
29292929
"templateVariableCondition": {
29302930
"$ref": "TemplateVariableCondition",
2931-
"description": "A condition whose evaluation is based on the value of a template1 variable."
2931+
"description": "A condition whose evaluation is based on the value of a template variable."
29322932
}
29332933
},
29342934
"type": "object"

discovery/realtimebidding-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305
}
13061306
}
13071307
},
1308-
"revision": "20250306",
1308+
"revision": "20250508",
13091309
"rootUrl": "https://realtimebidding.googleapis.com/",
13101310
"schemas": {
13111311
"ActivatePretargetingConfigRequest": {
@@ -2294,6 +2294,12 @@
22942294
"OPENRTB_JSON",
22952295
"OPENRTB_PROTOBUF"
22962296
],
2297+
"enumDeprecated": [
2298+
false,
2299+
true,
2300+
false,
2301+
false
2302+
],
22972303
"enumDescriptions": [
22982304
"Placeholder for undefined bid protocol. This value should not be used.",
22992305
"Google RTB protocol / Protobuf encoding.",

src/apis/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ import {
334334
VERSIONS as firebaseappdistributionVersions,
335335
firebaseappdistribution,
336336
} from './firebaseappdistribution';
337+
import {
338+
VERSIONS as firebaseapphostingVersions,
339+
firebaseapphosting,
340+
} from './firebaseapphosting';
337341
import {
338342
VERSIONS as firebasedatabaseVersions,
339343
firebasedatabase,
@@ -884,6 +888,7 @@ export const APIS: APIList = {
884888
firebase: firebaseVersions,
885889
firebaseappcheck: firebaseappcheckVersions,
886890
firebaseappdistribution: firebaseappdistributionVersions,
891+
firebaseapphosting: firebaseapphostingVersions,
887892
firebasedatabase: firebasedatabaseVersions,
888893
firebasedataconnect: firebasedataconnectVersions,
889894
firebasedynamiclinks: firebasedynamiclinksVersions,
@@ -1196,6 +1201,7 @@ export class GeneratedAPIs {
11961201
firebase = firebase;
11971202
firebaseappcheck = firebaseappcheck;
11981203
firebaseappdistribution = firebaseappdistribution;
1204+
firebaseapphosting = firebaseapphosting;
11991205
firebasedatabase = firebasedatabase;
12001206
firebasedataconnect = firebasedataconnect;
12011207
firebasedynamiclinks = firebasedynamiclinks;

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ export {firebaseappcheck_v1} from './apis/firebaseappcheck/v1';
267267
export {firebaseappcheck_v1beta} from './apis/firebaseappcheck/v1beta';
268268
export {firebaseappdistribution_v1} from './apis/firebaseappdistribution/v1';
269269
export {firebaseappdistribution_v1alpha} from './apis/firebaseappdistribution/v1alpha';
270+
export {firebaseapphosting_v1} from './apis/firebaseapphosting/v1';
271+
export {firebaseapphosting_v1beta} from './apis/firebaseapphosting/v1beta';
270272
export {firebasedatabase_v1beta} from './apis/firebasedatabase/v1beta';
271273
export {firebasedataconnect_v1} from './apis/firebasedataconnect/v1';
272274
export {firebasedataconnect_v1beta} from './apis/firebasedataconnect/v1beta';
@@ -352,8 +354,10 @@ export {merchantapi_accounts_v1beta} from './apis/merchantapi/accounts_v1beta';
352354
export {merchantapi_conversions_v1beta} from './apis/merchantapi/conversions_v1beta';
353355
export {merchantapi_datasources_v1beta} from './apis/merchantapi/datasources_v1beta';
354356
export {merchantapi_inventories_v1beta} from './apis/merchantapi/inventories_v1beta';
357+
export {merchantapi_issueresolution_v1beta} from './apis/merchantapi/issueresolution_v1beta';
355358
export {merchantapi_lfp_v1beta} from './apis/merchantapi/lfp_v1beta';
356359
export {merchantapi_notifications_v1beta} from './apis/merchantapi/notifications_v1beta';
360+
export {merchantapi_ordertracking_v1beta} from './apis/merchantapi/ordertracking_v1beta';
357361
export {merchantapi_products_v1beta} from './apis/merchantapi/products_v1beta';
358362
export {merchantapi_promotions_v1beta} from './apis/merchantapi/promotions_v1beta';
359363
export {merchantapi_quota_v1beta} from './apis/merchantapi/quota_v1beta';

0 commit comments

Comments
 (0)