Skip to content

Commit b2468bb

Browse files
fix(workspaceevents): update the API
#### workspaceevents:v1 The following keys were changed: - schemas.NotificationEndpoint.properties.pubsubTopic.description
1 parent c268199 commit b2468bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/workspaceevents-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
}
475475
}
476476
},
477-
"revision": "20250114",
477+
"revision": "20250225",
478478
"rootUrl": "https://workspaceevents.googleapis.com/",
479479
"schemas": {
480480
"ListSubscriptionsResponse": {
@@ -500,7 +500,7 @@
500500
"id": "NotificationEndpoint",
501501
"properties": {
502502
"pubsubTopic": {
503-
"description": "Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).",
503+
"description": "Immutable. The Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).",
504504
"type": "string"
505505
}
506506
},

src/apis/workspaceevents/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export namespace workspaceevents_v1 {
144144
*/
145145
export interface Schema$NotificationEndpoint {
146146
/**
147-
* Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format: `projects/{project\}/topics/{topic\}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
147+
* Immutable. The Pub/Sub topic that receives events for the subscription. Format: `projects/{project\}/topics/{topic\}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
148148
*/
149149
pubsubTopic?: string | null;
150150
}

0 commit comments

Comments
 (0)