You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/NotificationEndpoint.java
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,13 @@ public final class NotificationEndpoint extends com.google.api.client.json.Gener
33
33
/**
34
34
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
35
35
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
36
-
* where you create this subscription. When the topic receives events, the events are encoded as
37
-
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
36
+
* where you create this subscription. Note: The Workspace Events API uses [ordering
37
+
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
0 commit comments