Skip to content

Commit 882bf29

Browse files
1 parent c38e963 commit 882bf29

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-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-rev20250615-2.0.0</version>
25+
<version>v1-rev20250629-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-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250629-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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,17 +1148,18 @@ public Patch setName(java.lang.String name) {
11481148
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
11491149
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
11501150
* subscription. * `event_types`: The list of event types to receive about the target
1151-
* resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted
1152-
* fields are updated with empty values.
1151+
* resource. When using the `*` wildcard (equivalent to `PUT`), omitted fields are set to
1152+
* empty values and rejected if they're invalid.
11531153
*/
11541154
@com.google.api.client.util.Key
11551155
private String updateMask;
11561156

11571157
/** Optional. The field to update. If omitted, updates any fields included in the request. You can
11581158
update one of the following fields in a subscription: * `expire_time`: The timestamp when the
11591159
subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. *
1160-
`event_types`: The list of event types to receive about the target resource. To fully replace the
1161-
subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.
1160+
`event_types`: The list of event types to receive about the target resource. When using the `*`
1161+
wildcard (equivalent to `PUT`), omitted fields are set to empty values and rejected if they're
1162+
invalid.
11621163
*/
11631164
public String getUpdateMask() {
11641165
return updateMask;
@@ -1169,8 +1170,8 @@ public String getUpdateMask() {
11691170
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
11701171
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
11711172
* subscription. * `event_types`: The list of event types to receive about the target
1172-
* resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted
1173-
* fields are updated with empty values.
1173+
* resource. When using the `*` wildcard (equivalent to `PUT`), omitted fields are set to
1174+
* empty values and rejected if they're invalid.
11741175
*/
11751176
public Patch setUpdateMask(String updateMask) {
11761177
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-rev20250615-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20250615-2.0.0</name>
11+
<version>v1-rev20250629-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20250629-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-rev20250615-2.0.0</version>
25+
<version>v1-rev20250629-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-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250629-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)