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
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1156,25 +1156,31 @@ public Patch setName(java.lang.String name) {
1156
1156
}
1157
1157
1158
1158
/**
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.
1162
1164
*/
1163
1165
@com.google.api.client.util.Key
1164
1166
privateStringupdateMask;
1165
1167
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.
1169
1173
*/
1170
1174
publicStringgetUpdateMask() {
1171
1175
returnupdateMask;
1172
1176
}
1173
1177
1174
1178
/**
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
0 commit comments