You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1148,17 +1148,18 @@ public Patch setName(java.lang.String name) {
1148
1148
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1149
1149
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
1150
1150
* 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.
1153
1153
*/
1154
1154
@com.google.api.client.util.Key
1155
1155
privateStringupdateMask;
1156
1156
1157
1157
/** Optional. The field to update. If omitted, updates any fields included in the request. You can
1158
1158
update one of the following fields in a subscription: * `expire_time`: The timestamp when the
1159
1159
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.
1162
1163
*/
1163
1164
publicStringgetUpdateMask() {
1164
1165
returnupdateMask;
@@ -1169,8 +1170,8 @@ public String getUpdateMask() {
1169
1170
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1170
1171
* when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the
1171
1172
* 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
0 commit comments