Skip to content

Commit

Permalink
feat(secretmanager): update the api
Browse files Browse the repository at this point in the history
#### secretmanager:v1beta2

The following keys were added:
- endpoints (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent a5798ad commit 1d741c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Expand Up @@ -1115,7 +1115,7 @@
}
}
},
"revision": "20240314",
"revision": "20240320",
"rootUrl": "https://secretmanager.googleapis.com/",
"schemas": {
"AccessSecretVersionResponse": {
Expand Down
Expand Up @@ -635,7 +635,7 @@
}
}
},
"revision": "20240314",
"revision": "20240320",
"rootUrl": "https://secretmanager.googleapis.com/",
"schemas": {
"AccessSecretVersionResponse": {
Expand Down
Expand Up @@ -15,6 +15,13 @@
"description": "Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security. ",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/secret-manager/",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://secretmanager.me-central2.rep.googleapis.com/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -1108,7 +1115,7 @@
}
}
},
"revision": "20240309",
"revision": "20240320",
"rootUrl": "https://secretmanager.googleapis.com/",
"schemas": {
"AccessSecretVersionResponse": {
Expand Down

0 comments on commit 1d741c7

Please sign in to comment.