Skip to content

Commit

Permalink
fix(secretmanager): update the API
Browse files Browse the repository at this point in the history
#### secretmanager:v1

The following keys were changed:
- schemas.Topic.properties.name.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent 44d0e72 commit 144ba15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/secretmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@
}
}
},
"revision": "20240726",
"revision": "20240816",
"rootUrl": "https://secretmanager.googleapis.com/",
"schemas": {
"AccessSecretVersionResponse": {
Expand Down Expand Up @@ -1814,7 +1814,7 @@
"id": "Topic",
"properties": {
"name": {
"description": "Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager service agent must have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`) includes this permission.",
"description": "Identifier. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager service agent must have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`) includes this permission.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/secretmanager/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ export namespace secretmanager_v1 {
*/
export interface Schema$Topic {
/**
* Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/x/topics/x`. For publication to succeed, the Secret Manager service agent must have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`) includes this permission.
* Identifier. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/x/topics/x`. For publication to succeed, the Secret Manager service agent must have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`) includes this permission.
*/
name?: string | null;
}
Expand Down

0 comments on commit 144ba15

Please sign in to comment.