Skip to content

Commit 8b504e5

Browse files
yoshi-automationsofisl
authored andcommitted
fix(secretmanager): update the API
#### secretmanager:v1beta1 The following keys were changed: - endpoints - schemas.UserManaged.description #### secretmanager:v1beta2 The following keys were changed: - endpoints - schemas.UserManaged.description #### secretmanager:v1 The following keys were changed: - endpoints - schemas.UserManaged.description
1 parent 340ca02 commit 8b504e5

File tree

6 files changed

+54
-9
lines changed

6 files changed

+54
-9
lines changed

‎discovery/secretmanager-v1.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@
9595
"description": "Regional Endpoint",
9696
"endpointUrl": "https://secretmanager.europe-west6.rep.googleapis.com/",
9797
"location": "europe-west6"
98+
},
99+
{
100+
"description": "Regional Endpoint",
101+
"endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/",
102+
"location": "europe-west1"
103+
},
104+
{
105+
"description": "Regional Endpoint",
106+
"endpointUrl": "https://secretmanager.europe-west4.rep.googleapis.com/",
107+
"location": "europe-west4"
108+
},
109+
{
110+
"description": "Regional Endpoint",
111+
"endpointUrl": "https://secretmanager.us-east7.rep.googleapis.com/",
112+
"location": "us-east7"
98113
}
99114
],
100115
"fullyEncodeReservedExpansion": true,
@@ -1190,7 +1205,7 @@
11901205
}
11911206
}
11921207
},
1193-
"revision": "20240924",
1208+
"revision": "20250117",
11941209
"rootUrl": "https://secretmanager.googleapis.com/",
11951210
"schemas": {
11961211
"AccessSecretVersionResponse": {
@@ -1821,7 +1836,7 @@
18211836
"type": "object"
18221837
},
18231838
"UserManaged": {
1824-
"description": "A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas",
1839+
"description": "A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas",
18251840
"id": "UserManaged",
18261841
"properties": {
18271842
"replicas": {

‎discovery/secretmanager-v1beta1.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@
9595
"description": "Regional Endpoint",
9696
"endpointUrl": "https://secretmanager.europe-west6.rep.googleapis.com/",
9797
"location": "europe-west6"
98+
},
99+
{
100+
"description": "Regional Endpoint",
101+
"endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/",
102+
"location": "europe-west1"
103+
},
104+
{
105+
"description": "Regional Endpoint",
106+
"endpointUrl": "https://secretmanager.europe-west4.rep.googleapis.com/",
107+
"location": "europe-west4"
108+
},
109+
{
110+
"description": "Regional Endpoint",
111+
"endpointUrl": "https://secretmanager.us-east7.rep.googleapis.com/",
112+
"location": "us-east7"
98113
}
99114
],
100115
"fullyEncodeReservedExpansion": true,
@@ -710,7 +725,7 @@
710725
}
711726
}
712727
},
713-
"revision": "20240726",
728+
"revision": "20250117",
714729
"rootUrl": "https://secretmanager.googleapis.com/",
715730
"schemas": {
716731
"AccessSecretVersionResponse": {
@@ -1144,7 +1159,7 @@
11441159
"type": "object"
11451160
},
11461161
"UserManaged": {
1147-
"description": "A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas",
1162+
"description": "A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas",
11481163
"id": "UserManaged",
11491164
"properties": {
11501165
"replicas": {

‎discovery/secretmanager-v1beta2.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@
9595
"description": "Regional Endpoint",
9696
"endpointUrl": "https://secretmanager.europe-west6.rep.googleapis.com/",
9797
"location": "europe-west6"
98+
},
99+
{
100+
"description": "Regional Endpoint",
101+
"endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/",
102+
"location": "europe-west1"
103+
},
104+
{
105+
"description": "Regional Endpoint",
106+
"endpointUrl": "https://secretmanager.europe-west4.rep.googleapis.com/",
107+
"location": "europe-west4"
108+
},
109+
{
110+
"description": "Regional Endpoint",
111+
"endpointUrl": "https://secretmanager.us-east7.rep.googleapis.com/",
112+
"location": "us-east7"
98113
}
99114
],
100115
"fullyEncodeReservedExpansion": true,
@@ -1190,7 +1205,7 @@
11901205
}
11911206
}
11921207
},
1193-
"revision": "20240726",
1208+
"revision": "20250117",
11941209
"rootUrl": "https://secretmanager.googleapis.com/",
11951210
"schemas": {
11961211
"AccessSecretVersionResponse": {
@@ -1821,7 +1836,7 @@
18211836
"type": "object"
18221837
},
18231838
"UserManaged": {
1824-
"description": "A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas",
1839+
"description": "A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas",
18251840
"id": "UserManaged",
18261841
"properties": {
18271842
"replicas": {

‎src/apis/secretmanager/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ export namespace secretmanager_v1 {
587587
name?: string | null;
588588
}
589589
/**
590-
* A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas
590+
* A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
591591
*/
592592
export interface Schema$UserManaged {
593593
/**

‎src/apis/secretmanager/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export namespace secretmanager_v1beta1 {
428428
permissions?: string[] | null;
429429
}
430430
/**
431-
* A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas
431+
* A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
432432
*/
433433
export interface Schema$UserManaged {
434434
/**

‎src/apis/secretmanager/v1beta2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ export namespace secretmanager_v1beta2 {
587587
name?: string | null;
588588
}
589589
/**
590-
* A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas
590+
* A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
591591
*/
592592
export interface Schema$UserManaged {
593593
/**

0 commit comments

Comments
 (0)