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/WorkspaceEvents.java
+23-31Lines changed: 23 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -446,11 +446,10 @@ public class Subscriptions {
446
446
* subscription). For a subscription on a [Chat target
447
447
* resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a
448
448
* subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
449
-
* and getting one-time administrator approval ([Developer
450
-
* Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
451
-
* Chat app with administrator approval](https://developers.google.com/workspace/chat/authenticate-
452
-
* authorize-chat-app). - A user by specifying an authorization scope that doesn't include `app` in
453
-
* its name. To learn more, see [Authorize as a Chat
449
+
* and getting one-time administrator approval. To learn more, see [Authorize as a Chat app with
Copy file name to clipboardExpand all lines: clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/Subscription.java
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,8 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
116
116
117
117
/**
118
118
* Output only. The service account that was used to authorize the creation of the subscription.
119
-
* This service account must be owned by the same Google Cloud project where you create this
0 commit comments