Skip to content

Commit baeaf9a

Browse files
1 parent 5cd9238 commit baeaf9a

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
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-rev20250420-2.0.0</version>
25+
<version>v1-rev20250427-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-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250427-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: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ 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. When the topic receives events, the events are encoded as
37-
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
36+
* where you create this subscription. Note: The Workspace Events API uses [ordering
37+
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
38+
* the Cloud Pub/Sub topic has a [message storage
39+
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)
40+
* configured to exclude the nearest Google Cloud region, publishing events with ordering keys
41+
* will fail. When the topic receives events, the events are encoded as Pub/Sub messages. For
42+
* details, see the [Google Cloud Pub/Sub Protocol Binding for
3843
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
3944
* The value may be {@code null}.
4045
*/
@@ -44,8 +49,13 @@ public final class NotificationEndpoint extends com.google.api.client.json.Gener
4449
/**
4550
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
4651
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
47-
* where you create this subscription. When the topic receives events, the events are encoded as
48-
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
52+
* where you create this subscription. Note: The Workspace Events API uses [ordering
53+
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
54+
* the Cloud Pub/Sub topic has a [message storage
55+
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)
56+
* configured to exclude the nearest Google Cloud region, publishing events with ordering keys
57+
* will fail. When the topic receives events, the events are encoded as Pub/Sub messages. For
58+
* details, see the [Google Cloud Pub/Sub Protocol Binding for
4959
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
5060
* @return value or {@code null} for none
5161
*/
@@ -56,8 +66,13 @@ public java.lang.String getPubsubTopic() {
5666
/**
5767
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
5868
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
59-
* where you create this subscription. When the topic receives events, the events are encoded as
60-
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
69+
* where you create this subscription. Note: The Workspace Events API uses [ordering
70+
* keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If
71+
* the Cloud Pub/Sub topic has a [message storage
72+
* policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions)
73+
* configured to exclude the nearest Google Cloud region, publishing events with ordering keys
74+
* will fail. When the topic receives events, the events are encoded as Pub/Sub messages. For
75+
* details, see the [Google Cloud Pub/Sub Protocol Binding for
6176
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
6277
* @param pubsubTopic pubsubTopic or {@code null} for none
6378
*/

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-rev20250420-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20250420-2.0.0</name>
11+
<version>v1-rev20250427-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20250427-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-rev20250420-2.0.0</version>
25+
<version>v1-rev20250427-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-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)