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/WorkspaceEventsScopes.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,18 @@ public class WorkspaceEventsScopes {
26
26
/** On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces. */
/** On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings). */
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
+69Lines changed: 69 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,16 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
114
114
@com.google.api.client.util.Key
115
115
privatejava.lang.Booleanreconciling;
116
116
117
+
/**
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