Skip to content

Commit eb709c5

Browse files
1 parent 64e62c1 commit eb709c5

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
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-rev20240305-2.0.0</version>
25+
<version>v1-rev20240402-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-rev20240305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20240402-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: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,25 +1156,31 @@ public Patch setName(java.lang.String name) {
11561156
}
11571157

11581158
/**
1159-
* Optional. Required. The field to update. You can update one of the following fields in a
1160-
* subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The
1161-
* time-to-live (TTL) or duration of the subscription.
1159+
* Optional. The field to update. If omitted, updates any fields included in the request. You
1160+
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1161+
* 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.
11621164
*/
11631165
@com.google.api.client.util.Key
11641166
private String updateMask;
11651167

1166-
/** Optional. Required. The field to update. You can update one of the following fields in a
1167-
subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-
1168-
live (TTL) or duration of the subscription.
1168+
/** Optional. The field to update. If omitted, updates any fields included in the request. You can
1169+
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.
11691173
*/
11701174
public String getUpdateMask() {
11711175
return updateMask;
11721176
}
11731177

11741178
/**
1175-
* Optional. Required. The field to update. You can update one of the following fields in a
1176-
* subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The
1177-
* time-to-live (TTL) or duration of the subscription.
1179+
* Optional. The field to update. If omitted, updates any fields included in the request. You
1180+
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1181+
* 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.
11781184
*/
11791185
public Patch setUpdateMask(String updateMask) {
11801186
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-rev20240305-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20240305-2.0.0</name>
11+
<version>v1-rev20240402-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20240402-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-rev20240305-2.0.0</version>
25+
<version>v1-rev20240402-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-rev20240305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20240402-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)