Skip to content

Commit a969672

Browse files
1 parent c8a05a2 commit a969672

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

clients/google-api-services-workspaceevents/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workspaceevents</artifactId>
25-
<version>v1-rev20250629-2.0.0</version>
25+
<version>v1-rev20250708-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/NotificationEndpoint.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class NotificationEndpoint extends com.google.api.client.json.Gener
3333
/**
3434
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
3535
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
36-
* where you create this subscription. Note: The Workspace Events API uses [ordering
36+
* where you create this subscription. Note: The Google Workspace Events API uses [ordering
3737
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
3838
* the Cloud Pub/Sub topic has a [message storage
3939
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)
@@ -49,7 +49,7 @@ public final class NotificationEndpoint extends com.google.api.client.json.Gener
4949
/**
5050
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
5151
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
52-
* where you create this subscription. Note: The Workspace Events API uses [ordering
52+
* where you create this subscription. Note: The Google Workspace Events API uses [ordering
5353
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
5454
* the Cloud Pub/Sub topic has a [message storage
5555
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)
@@ -66,7 +66,7 @@ public java.lang.String getPubsubTopic() {
6666
/**
6767
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
6868
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
69-
* where you create this subscription. Note: The Workspace Events API uses [ordering
69+
* where you create this subscription. Note: The Google Workspace Events API uses [ordering
7070
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
7171
* the Cloud Pub/Sub topic has a [message storage
7272
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/PayloadOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.workspaceevents.v1.model;
1818

1919
/**
20-
* Options about what data to include in the event payload. Only supported for Google Chat events.
20+
* Options about what data to include in the event payload. Only supported for Google Chat and
21+
* Google Drive events.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Google Workspace Events API. For a detailed

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/Subscription.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
9898

9999
/**
100100
* Optional. Options about what data to include in the event payload. Only supported for Google
101-
* Chat events.
101+
* Chat and Google Drive events.
102102
* The value may be {@code null}.
103103
*/
104104
@com.google.api.client.util.Key
@@ -313,7 +313,7 @@ public Subscription setNotificationEndpoint(NotificationEndpoint notificationEnd
313313

314314
/**
315315
* Optional. Options about what data to include in the event payload. Only supported for Google
316-
* Chat events.
316+
* Chat and Google Drive events.
317317
* @return value or {@code null} for none
318318
*/
319319
public PayloadOptions getPayloadOptions() {
@@ -322,7 +322,7 @@ public PayloadOptions getPayloadOptions() {
322322

323323
/**
324324
* Optional. Options about what data to include in the event payload. Only supported for Google
325-
* Chat events.
325+
* Chat and Google Drive events.
326326
* @param payloadOptions payloadOptions or {@code null} for none
327327
*/
328328
public Subscription setPayloadOptions(PayloadOptions payloadOptions) {

clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-workspaceevents</artifactId>
11-
<version>v1-rev20250629-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20250629-2.0.0</name>
11+
<version>v1-rev20250708-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20250708-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workspaceevents/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workspaceevents</artifactId>
25-
<version>v1-rev20250629-2.0.0</version>
25+
<version>v1-rev20250708-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)