@@ -1357,22 +1357,24 @@ public List setProjection(java.lang.String projection) {
13571357 }
13581358
13591359 /**
1360- * Search string in the format given at
1361- * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1360+ * Search string in the format given at [List query
1361+ * operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
1362+ * operators).
13621363 */
13631364 @com.google.api.client.util.Key
13641365 private java.lang.String query;
13651366
1366- /** Search string in the format given at
1367- https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1367+ /** Search string in the format given at [List query
1368+ operators]( https://developers.google.com/workspace/admin/directory/v1/list-query-operators).
13681369 */
13691370 public java.lang.String getQuery() {
13701371 return query;
13711372 }
13721373
13731374 /**
1374- * Search string in the format given at
1375- * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1375+ * Search string in the format given at [List query
1376+ * operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
1377+ * operators).
13761378 */
13771379 public List setQuery(java.lang.String query) {
13781380 this.query = query;
@@ -2228,22 +2230,24 @@ public CountChromeOsDevices setCustomerId(java.lang.String customerId) {
22282230 }
22292231
22302232 /**
2231- * Optional. Search string in the format given at
2232- * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2233+ * Optional. Search string in the format given at [List query
2234+ * operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
2235+ * operators).
22332236 */
22342237 @com.google.api.client.util.Key
22352238 private java.lang.String filter;
22362239
2237- /** Optional. Search string in the format given at
2238- https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2240+ /** Optional. Search string in the format given at [List query
2241+ operators]( https://developers.google.com/workspace/admin/directory/v1/list-query-operators).
22392242 */
22402243 public java.lang.String getFilter() {
22412244 return filter;
22422245 }
22432246
22442247 /**
2245- * Optional. Search string in the format given at
2246- * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2248+ * Optional. Search string in the format given at [List query
2249+ * operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
2250+ * operators).
22472251 */
22482252 public CountChromeOsDevices setFilter(java.lang.String filter) {
22492253 this.filter = filter;
@@ -17391,8 +17395,8 @@ public class Users {
1739117395
1739217396 /**
1739317397 * Create a guest user with access to a [subset of Workspace
17394- * capabilities](https://support.google.com/a/answer/16558545?hl=en ). This feature is currently in
17395- * Alpha. Please reach out to support if you are interested in trying this feature.
17398+ * capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha.
17399+ * Please reach out to support if you are interested in trying this feature.
1739617400 *
1739717401 * Create a request for the method "users.createGuest".
1739817402 *
@@ -17414,7 +17418,7 @@ public class CreateGuest extends DirectoryRequest<com.google.api.services.direct
1741417418
1741517419 /**
1741617420 * Create a guest user with access to a [subset of Workspace
17417- * capabilities](https://support.google.com/a/answer/16558545?hl=en ). This feature is currently in
17421+ * capabilities](https://support.google.com/a/answer/16558545). This feature is currently in
1741817422 * Alpha. Please reach out to support if you are interested in trying this feature.
1741917423 *
1742017424 * Create a request for the method "users.createGuest".
0 commit comments