Skip to content

Commit 5e40d7f

Browse files
yoshi-automationquirogas
authored andcommitted
fix(secretmanager): update the API
#### secretmanager:v1beta2 The following keys were changed: - endpoints - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 126dbf3 commit 5e40d7f

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

discovery/secretmanager-v1beta2.json

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,31 @@
2626
"endpointUrl": "https://secretmanager.africa-south1.rep.googleapis.com/",
2727
"location": "africa-south1"
2828
},
29+
{
30+
"description": "Regional Endpoint",
31+
"endpointUrl": "https://secretmanager.asia-east1.rep.googleapis.com/",
32+
"location": "asia-east1"
33+
},
34+
{
35+
"description": "Regional Endpoint",
36+
"endpointUrl": "https://secretmanager.asia-east2.rep.googleapis.com/",
37+
"location": "asia-east2"
38+
},
2939
{
3040
"description": "Regional Endpoint",
3141
"endpointUrl": "https://secretmanager.asia-northeast1.rep.googleapis.com/",
3242
"location": "asia-northeast1"
3343
},
44+
{
45+
"description": "Regional Endpoint",
46+
"endpointUrl": "https://secretmanager.asia-northeast2.rep.googleapis.com/",
47+
"location": "asia-northeast2"
48+
},
49+
{
50+
"description": "Regional Endpoint",
51+
"endpointUrl": "https://secretmanager.asia-northeast3.rep.googleapis.com/",
52+
"location": "asia-northeast3"
53+
},
3454
{
3555
"description": "Regional Endpoint",
3656
"endpointUrl": "https://secretmanager.asia-south1.rep.googleapis.com/",
@@ -51,6 +71,11 @@
5171
"endpointUrl": "https://secretmanager.asia-southeast2.rep.googleapis.com/",
5272
"location": "asia-southeast2"
5373
},
74+
{
75+
"description": "Regional Endpoint",
76+
"endpointUrl": "https://secretmanager.asia-southeast3.rep.googleapis.com/",
77+
"location": "asia-southeast3"
78+
},
5479
{
5580
"description": "Regional Endpoint",
5681
"endpointUrl": "https://secretmanager.australia-southeast1.rep.googleapis.com/",
@@ -66,16 +91,31 @@
6691
"endpointUrl": "https://secretmanager.europe-central2.rep.googleapis.com/",
6792
"location": "europe-central2"
6893
},
94+
{
95+
"description": "Regional Endpoint",
96+
"endpointUrl": "https://secretmanager.europe-north1.rep.googleapis.com/",
97+
"location": "europe-north1"
98+
},
6999
{
70100
"description": "Regional Endpoint",
71101
"endpointUrl": "https://secretmanager.europe-north2.rep.googleapis.com/",
72102
"location": "europe-north2"
73103
},
104+
{
105+
"description": "Regional Endpoint",
106+
"endpointUrl": "https://secretmanager.europe-southwest1.rep.googleapis.com/",
107+
"location": "europe-southwest1"
108+
},
74109
{
75110
"description": "Regional Endpoint",
76111
"endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/",
77112
"location": "europe-west1"
78113
},
114+
{
115+
"description": "Regional Endpoint",
116+
"endpointUrl": "https://secretmanager.europe-west10.rep.googleapis.com/",
117+
"location": "europe-west10"
118+
},
79119
{
80120
"description": "Regional Endpoint",
81121
"endpointUrl": "https://secretmanager.europe-west12.rep.googleapis.com/",
@@ -136,6 +176,11 @@
136176
"endpointUrl": "https://secretmanager.northamerica-northeast2.rep.googleapis.com/",
137177
"location": "northamerica-northeast2"
138178
},
179+
{
180+
"description": "Regional Endpoint",
181+
"endpointUrl": "https://secretmanager.northamerica-south1.rep.googleapis.com/",
182+
"location": "northamerica-south1"
183+
},
139184
{
140185
"description": "Regional Endpoint",
141186
"endpointUrl": "https://secretmanager.southamerica-east1.rep.googleapis.com/",
@@ -341,7 +386,7 @@
341386
],
342387
"parameters": {
343388
"extraLocationTypes": {
344-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
389+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
345390
"location": "query",
346391
"repeated": true,
347392
"type": "string"
@@ -1311,7 +1356,7 @@
13111356
}
13121357
}
13131358
},
1314-
"revision": "20251004",
1359+
"revision": "20251105",
13151360
"rootUrl": "https://secretmanager.googleapis.com/",
13161361
"schemas": {
13171362
"AccessSecretVersionResponse": {

src/apis/secretmanager/v1beta2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ export namespace secretmanager_v1beta2 {
798798
*
799799
* // Do the magic
800800
* const res = await secretmanager.projects.locations.list({
801-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
801+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
802802
* extraLocationTypes: 'placeholder-value',
803803
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
804804
* filter: 'placeholder-value',
@@ -927,7 +927,7 @@ export namespace secretmanager_v1beta2 {
927927
export interface Params$Resource$Projects$Locations$List
928928
extends StandardParameters {
929929
/**
930-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
930+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
931931
*/
932932
extraLocationTypes?: string[];
933933
/**

0 commit comments

Comments
 (0)