Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20260517-2.0.0</version>
<version>v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand All @@ -475,10 +481,16 @@ public class Create extends WorkspaceEventsRequest<com.google.api.services.works
* 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
* 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).
*
Expand Down Expand Up @@ -1046,8 +1058,11 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
* target_resource="//chat.googleapis.com/spaces/{space}" (
* event_types:"google.workspace.chat.membership.v1.updated" OR
* event_types:"google.workspace.chat.message.v1.created" ) AND
* target_resource="//chat.googleapis.com/spaces/{space}" ``` The server rejects invalid
* queries with an `INVALID_ARGUMENT` error.
* target_resource="//chat.googleapis.com/spaces/{space}" ``` The following query is available
* in [Developer Preview](https://developers.google.com/workspace/preview): ```
* event_types:"google.workspace.chat.message.v1.created" AND
* target_resource="//admin.googleapis.com/customers/my_customer" ``` The server rejects
* invalid queries with an `INVALID_ARGUMENT` error.
*/
@com.google.api.client.util.Key
private java.lang.String filter;
Expand All @@ -1063,8 +1078,11 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
target_resource="//chat.googleapis.com/spaces/{space}" (
event_types:"google.workspace.chat.membership.v1.updated" OR
event_types:"google.workspace.chat.message.v1.created" ) AND
target_resource="//chat.googleapis.com/spaces/{space}" ``` The server rejects invalid queries with
an `INVALID_ARGUMENT` error.
target_resource="//chat.googleapis.com/spaces/{space}" ``` The following query is available in
[Developer Preview](https://developers.google.com/workspace/preview): ```
event_types:"google.workspace.chat.message.v1.created" AND
target_resource="//admin.googleapis.com/customers/my_customer" ``` The server rejects invalid
queries with an `INVALID_ARGUMENT` error.
*/
public java.lang.String getFilter() {
return filter;
Expand All @@ -1082,8 +1100,11 @@ public java.lang.String getFilter() {
* target_resource="//chat.googleapis.com/spaces/{space}" (
* event_types:"google.workspace.chat.membership.v1.updated" OR
* event_types:"google.workspace.chat.message.v1.created" ) AND
* target_resource="//chat.googleapis.com/spaces/{space}" ``` The server rejects invalid
* queries with an `INVALID_ARGUMENT` error.
* target_resource="//chat.googleapis.com/spaces/{space}" ``` The following query is available
* in [Developer Preview](https://developers.google.com/workspace/preview): ```
* event_types:"google.workspace.chat.message.v1.created" AND
* target_resource="//admin.googleapis.com/customers/my_customer" ``` The server rejects
* invalid queries with an `INVALID_ARGUMENT` error.
*/
public List setFilter(java.lang.String filter) {
this.filter = filter;
Expand Down Expand Up @@ -1157,11 +1178,17 @@ public List set(String parameterName, Object value) {
* subscription](https://developers.google.com/workspace/events/guides/update-subscription). For a
* subscription on a [Chat target
* resource](https://developers.google.com/workspace/events/guides/events-chat), you can update 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 getting 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.patch".
Expand Down Expand Up @@ -1192,10 +1219,16 @@ public class Patch extends WorkspaceEventsRequest<com.google.api.services.worksp
* subscription](https://developers.google.com/workspace/events/guides/update-subscription). For a
* subscription on a [Chat target
* resource](https://developers.google.com/workspace/events/guides/events-chat), you can update 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
* 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 getting 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).
*
Expand Down Expand Up @@ -1368,11 +1401,17 @@ public Patch set(String parameterName, Object value) {
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). For
* a subscription on a [Chat target
* resource](https://developers.google.com/workspace/events/guides/events-chat), you can reactivate
* 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
* a 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 getting 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.reactivate".
Expand Down Expand Up @@ -1405,13 +1444,18 @@ public class Reactivate extends WorkspaceEventsRequest<com.google.api.services.w
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
* For a subscription on a [Chat target
* resource](https://developers.google.com/workspace/events/guides/events-chat), you can
* reactivate 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 user](https://developers.google.com/workspace/chat/authenticate-
* authorize-chat-user).
* reactivate a 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 getting 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.reactivate".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20260517-2.0.0</version>
<name>Google Workspace Events API v1-rev20260517-2.0.0</name>
<version>v1-rev20260719-2.0.0</version>
<name>Google Workspace Events API v1-rev20260719-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workspaceevents/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20260517-2.0.0</version>
<version>v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading