Skip to content

Commit 3d9c657

Browse files
1 parent b7b1cd0 commit 3d9c657

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-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-rev20240723-2.0.0</version>
25+
<version>v1-rev20240825-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-rev20240723-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20240825-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,17 +1159,18 @@ public Patch setName(java.lang.String name) {
11591159
* Optional. The field to update. If omitted, updates any fields included in the request. You
11601160
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
11611161
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
1162-
* subscription. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any
1163-
* omitted fields are updated with empty values.
1162+
* subscription. * `event_types`: The list of event types to receive about the target
1163+
* resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted
1164+
* fields are updated with empty values.
11641165
*/
11651166
@com.google.api.client.util.Key
11661167
private String updateMask;
11671168

11681169
/** Optional. The field to update. If omitted, updates any fields included in the request. You can
11691170
update one of the following fields in a subscription: * `expire_time`: The timestamp when the
1170-
subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. To fully
1171-
replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with
1172-
empty values.
1171+
subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. *
1172+
`event_types`: The list of event types to receive about the target resource. To fully replace the
1173+
subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.
11731174
*/
11741175
public String getUpdateMask() {
11751176
return updateMask;
@@ -1179,8 +1180,9 @@ public String getUpdateMask() {
11791180
* Optional. The field to update. If omitted, updates any fields included in the request. You
11801181
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
11811182
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
1182-
* subscription. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any
1183-
* omitted fields are updated with empty values.
1183+
* subscription. * `event_types`: The list of event types to receive about the target
1184+
* resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted
1185+
* fields are updated with empty values.
11841186
*/
11851187
public Patch setUpdateMask(String updateMask) {
11861188
this.updateMask = updateMask;

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

0 commit comments

Comments
 (0)