Skip to content

Commit 02b518d

Browse files
1 parent 4cbe6bd commit 02b518d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-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-rev20250114-2.0.0</version>
25+
<version>v1-rev20250225-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250225-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
public final class NotificationEndpoint extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
34+
* 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
3636
* where you create this subscription. When the topic receives events, the events are encoded as
37-
* Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
37+
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
3838
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
4242
private java.lang.String pubsubTopic;
4343

4444
/**
45-
* Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
45+
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
4646
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
4747
* where you create this subscription. When the topic receives events, the events are encoded as
48-
* Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
48+
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
4949
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
5050
* @return value or {@code null} for none
5151
*/
@@ -54,10 +54,10 @@ public java.lang.String getPubsubTopic() {
5454
}
5555

5656
/**
57-
* Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
57+
* Immutable. The Pub/Sub topic that receives events for the subscription. Format:
5858
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
5959
* where you create this subscription. When the topic receives events, the events are encoded as
60-
* Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
60+
* Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
6161
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
6262
* @param pubsubTopic pubsubTopic or {@code null} for none
6363
*/

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

0 commit comments

Comments
 (0)