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
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1159,17 +1159,18 @@ public Patch setName(java.lang.String name) {
1159
1159
* Optional. The field to update. If omitted, updates any fields included in the request. You
1160
1160
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1161
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.
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.
1164
1165
*/
1165
1166
@com.google.api.client.util.Key
1166
1167
privateStringupdateMask;
1167
1168
1168
1169
/** Optional. The field to update. If omitted, updates any fields included in the request. You can
1169
1170
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.
1173
1174
*/
1174
1175
publicStringgetUpdateMask() {
1175
1176
returnupdateMask;
@@ -1179,8 +1180,9 @@ public String getUpdateMask() {
1179
1180
* Optional. The field to update. If omitted, updates any fields included in the request. You
1180
1181
* can update one of the following fields in a subscription: * `expire_time`: The timestamp
1181
1182
* 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
0 commit comments