diff --git a/clients/google-api-services-workspaceevents/v1/2.0.0/README.md b/clients/google-api-services-workspaceevents/v1/2.0.0/README.md index b16d72aee54..c7d5f96a000 100644 --- a/clients/google-api-services-workspaceevents/v1/2.0.0/README.md +++ b/clients/google-api-services-workspaceevents/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workspaceevents - v1-rev20260517-2.0.0 + v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20260517-2.0.0' + implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java b/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java index 8e840e03249..edd22e85749 100644 --- a/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java +++ b/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java @@ -445,11 +445,17 @@ public class Subscriptions { * Workspace subscription](https://developers.google.com/workspace/events/guides/create- * subscription). For a subscription on a [Chat target * resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a - * subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app` - * and getting one-time administrator approval. To learn more, see [Authorize as a Chat app with - * administrator approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat- - * app). - A user by specifying an authorization scope that doesn't include `app` in its name. To - * learn more, see [Authorize as a Chat + * subscription as: - A Chat app subscribing to space events where the app is a member by specifying + * an authorization scope that begins with `chat.app` and getting one-time administrator approval. + * To learn more, see [Authorize as a Chat app with administrator + * approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). - + * [Developer Preview](https://developers.google.com/workspace/preview): A Chat app subscribing to + * all events in a Google Workspace organization by specifying an authorization scope that begins + * with `chat.app.all` and obtaining one-time administrator approval. To learn more, see [Subscribe + * to all Google Chat events in a Workspace organization + * ](https://developers.google.com/workspace/events/guides/create-subscription#customer- + * subscription). - A user by specifying an authorization scope that doesn't include `app` in its + * name. To learn more, see [Authorize as a Chat * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). * * Create a request for the method "subscriptions.create". @@ -475,10 +481,16 @@ public class Create extends WorkspaceEventsRequestcom.google.apis google-api-services-workspaceevents - v1-rev20260517-2.0.0 - Google Workspace Events API v1-rev20260517-2.0.0 + v1-rev20260719-2.0.0 + Google Workspace Events API v1-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-workspaceevents/v1/README.md b/clients/google-api-services-workspaceevents/v1/README.md index b16d72aee54..c7d5f96a000 100644 --- a/clients/google-api-services-workspaceevents/v1/README.md +++ b/clients/google-api-services-workspaceevents/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workspaceevents - v1-rev20260517-2.0.0 + v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20260517-2.0.0' + implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20260719-2.0.0' } ```