Skip to content

Commit b1252e2

Browse files
feat: regenerate index files
1 parent c10861a commit b1252e2

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

‎discovery/apigee-v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"description": "Regional Endpoint",
2626
"endpointUrl": "https://apigee.eu.rep.googleapis.com/",
2727
"location": "eu"
28+
},
29+
{
30+
"description": "Regional Endpoint",
31+
"endpointUrl": "https://apigee.in.rep.googleapis.com/",
32+
"location": "in"
2833
}
2934
],
3035
"fullyEncodeReservedExpansion": true,
@@ -11122,7 +11127,7 @@
1112211127
}
1112311128
}
1112411129
},
11125-
"revision": "20250622",
11130+
"revision": "20250701",
1112611131
"rootUrl": "https://apigee.googleapis.com/",
1112711132
"schemas": {
1112811133
"EdgeConfigstoreBundleBadBundle": {

‎discovery/index.json

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,21 @@
16051605
"title": "Cloud Key Management Service (KMS) API",
16061606
"version": "v1"
16071607
},
1608+
{
1609+
"description": "",
1610+
"discoveryRestUrl": "https://cloudlocationfinder.googleapis.com/$discovery/rest?version=v1alpha",
1611+
"documentationLink": "https://cloud.google.com/location-finder/docs",
1612+
"icons": {
1613+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1614+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1615+
},
1616+
"id": "cloudlocationfinder:v1alpha",
1617+
"kind": "discovery#directoryItem",
1618+
"name": "cloudlocationfinder",
1619+
"preferred": true,
1620+
"title": "Cloud Location Finder API",
1621+
"version": "v1alpha"
1622+
},
16081623
{
16091624
"description": "Manages continuous profiling information.",
16101625
"discoveryRestUrl": "https://cloudprofiler.googleapis.com/$discovery/rest?version=v2",
@@ -2059,7 +2074,7 @@
20592074
"version": "v1"
20602075
},
20612076
{
2062-
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
2077+
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in Artifact Registry. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
20632078
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1",
20642079
"documentationLink": "https://cloud.google.com/container-analysis/api/reference/rest/",
20652080
"icons": {
@@ -2074,7 +2089,7 @@
20742089
"version": "v1alpha1"
20752090
},
20762091
{
2077-
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
2092+
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in Artifact Registry. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
20782093
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1",
20792094
"documentationLink": "https://cloud.google.com/container-analysis/api/reference/rest/",
20802095
"icons": {
@@ -2089,7 +2104,7 @@
20892104
"version": "v1beta1"
20902105
},
20912106
{
2092-
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
2107+
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in Artifact Registry. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
20932108
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1",
20942109
"documentationLink": "https://cloud.google.com/container-analysis/api/reference/rest/",
20952110
"icons": {
@@ -5166,6 +5181,21 @@
51665181
"title": "Parallelstore API",
51675182
"version": "v1"
51685183
},
5184+
{
5185+
"description": "Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.",
5186+
"discoveryRestUrl": "https://parametermanager.googleapis.com/$discovery/rest?version=v1",
5187+
"documentationLink": "https://cloud.google.com/secret-manager/parameter-manager/docs/overview",
5188+
"icons": {
5189+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
5190+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
5191+
},
5192+
"id": "parametermanager:v1",
5193+
"kind": "discovery#directoryItem",
5194+
"name": "parametermanager",
5195+
"preferred": true,
5196+
"title": "Parameter Manager API",
5197+
"version": "v1"
5198+
},
51695199
{
51705200
"description": "",
51715201
"discoveryRestUrl": "https://paymentsresellersubscription.googleapis.com/$discovery/rest?version=v1",

‎src/apis/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ import {
211211
} from './cloudidentity';
212212
import {VERSIONS as cloudiotVersions, cloudiot} from './cloudiot';
213213
import {VERSIONS as cloudkmsVersions, cloudkms} from './cloudkms';
214+
import {
215+
VERSIONS as cloudlocationfinderVersions,
216+
cloudlocationfinder,
217+
} from './cloudlocationfinder';
214218
import {
215219
VERSIONS as cloudprofilerVersions,
216220
cloudprofiler,
@@ -833,6 +837,7 @@ export const APIS: APIList = {
833837
cloudidentity: cloudidentityVersions,
834838
cloudiot: cloudiotVersions,
835839
cloudkms: cloudkmsVersions,
840+
cloudlocationfinder: cloudlocationfinderVersions,
836841
cloudprofiler: cloudprofilerVersions,
837842
cloudresourcemanager: cloudresourcemanagerVersions,
838843
cloudscheduler: cloudschedulerVersions,
@@ -1148,6 +1153,7 @@ export class GeneratedAPIs {
11481153
cloudidentity = cloudidentity;
11491154
cloudiot = cloudiot;
11501155
cloudkms = cloudkms;
1156+
cloudlocationfinder = cloudlocationfinder;
11511157
cloudprofiler = cloudprofiler;
11521158
cloudresourcemanager = cloudresourcemanager;
11531159
cloudscheduler = cloudscheduler;

‎src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export {cloudidentity_v1} from './apis/cloudidentity/v1';
150150
export {cloudidentity_v1beta1} from './apis/cloudidentity/v1beta1';
151151
export {cloudiot_v1} from './apis/cloudiot/v1';
152152
export {cloudkms_v1} from './apis/cloudkms/v1';
153+
export {cloudlocationfinder_v1alpha} from './apis/cloudlocationfinder/v1alpha';
153154
export {cloudprofiler_v2} from './apis/cloudprofiler/v2';
154155
export {cloudresourcemanager_v1} from './apis/cloudresourcemanager/v1';
155156
export {cloudresourcemanager_v1beta1} from './apis/cloudresourcemanager/v1beta1';

0 commit comments

Comments
 (0)