@@ -11470,53 +11470,50 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1147011470 }
1147111471
1147211472 /**
11473- * Optional. A CEL expression for filtering the results. Policies can be filtered by
11474- * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies
11475- * can be filtered by setting type with this expression:
11476- * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with
11477- * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the
11478- * [Admin SDK `Customer` resource](https://developers.google.com/admin-
11479- * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify
11480- * your own organization. When no customer is mentioned it will be default to
11481- * customers/my_customer. You may only filter on policies for a single customer at a time. The
11482- * above clauses can be combined together in a single filter expression with the `&&` and `||`
11483- * operators, like in the following example: customer == "customers/my_customer" && (
11484- * setting.type.matches('^settings/gmail\\..*$') ||
11485- * setting.type.matches('^.*\\.service_status$') )
11473+ * Optional. A CEL expression for filtering the results. Policies can be filtered using the
11474+ * expression in the following ways: - Filter by application:
11475+ * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type:
11476+ * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer ==
11477+ * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer`
11478+ * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
11479+ * You may use `customers/my_customer` to specify your own organization. When no `customer` is
11480+ * mentioned it will be default to `customers/my_customer`. You may only filter on policies
11481+ * for a single customer at a time. The above clauses can be combined together in a single
11482+ * filter expression with the `&&` and `||` operators, like in the following example:
11483+ * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') ||
11484+ * setting.type.matches('^.*\\.service_status$') )`.
1148611485 */
1148711486 @ com .google .api .client .util .Key
1148811487 private java .lang .String filter ;
1148911488
11490- /** Optional. A CEL expression for filtering the results. Policies can be filtered by application with
11491- this expression: setting.type.matches('^settings/gmail\\..*$') Policies can be filtered by setting
11492- type with this expression: setting.type.matches('^.*\\.service_status$') Policies can be filtered
11493- by customer with this expression: customer == "customers/{customer}" Where `customer` is the `id`
11494- from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
11495- sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own
11496- organization. When no customer is mentioned it will be default to customers/my_customer. You may
11497- only filter on policies for a single customer at a time. The above clauses can be combined together
11498- in a single filter expression with the `&&` and `||` operators, like in the following example:
11499- customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') ||
11500- setting.type.matches('^.*\\.service_status$') )
11489+ /** Optional. A CEL expression for filtering the results. Policies can be filtered using the expression
11490+ in the following ways: - Filter by application: `setting.type.matches('^settings/gmail\\..*$')` -
11491+ Filter by setting type: `setting.type.matches('^.*\\.service_status$')` - Filter by customer:
11492+ `customer == "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer`
11493+ resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may
11494+ use `customers/my_customer` to specify your own organization. When no `customer` is mentioned it
11495+ will be default to `customers/my_customer`. You may only filter on policies for a single customer
11496+ at a time. The above clauses can be combined together in a single filter expression with the `&&`
11497+ and `||` operators, like in the following example: `customer == "customers/my_customer" && (
11498+ setting.type.matches('^settings/gmail\\..*$') || setting.type.matches('^.*\\.service_status$') )`.
1150111499 */
1150211500 public java .lang .String getFilter () {
1150311501 return filter ;
1150411502 }
1150511503
1150611504 /**
11507- * Optional. A CEL expression for filtering the results. Policies can be filtered by
11508- * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies
11509- * can be filtered by setting type with this expression:
11510- * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with
11511- * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the
11512- * [Admin SDK `Customer` resource](https://developers.google.com/admin-
11513- * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify
11514- * your own organization. When no customer is mentioned it will be default to
11515- * customers/my_customer. You may only filter on policies for a single customer at a time. The
11516- * above clauses can be combined together in a single filter expression with the `&&` and `||`
11517- * operators, like in the following example: customer == "customers/my_customer" && (
11518- * setting.type.matches('^settings/gmail\\..*$') ||
11519- * setting.type.matches('^.*\\.service_status$') )
11505+ * Optional. A CEL expression for filtering the results. Policies can be filtered using the
11506+ * expression in the following ways: - Filter by application:
11507+ * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type:
11508+ * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer ==
11509+ * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer`
11510+ * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
11511+ * You may use `customers/my_customer` to specify your own organization. When no `customer` is
11512+ * mentioned it will be default to `customers/my_customer`. You may only filter on policies
11513+ * for a single customer at a time. The above clauses can be combined together in a single
11514+ * filter expression with the `&&` and `||` operators, like in the following example:
11515+ * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') ||
11516+ * setting.type.matches('^.*\\.service_status$') )`.
1152011517 */
1152111518 public List setFilter (java .lang .String filter ) {
1152211519 this .filter = filter ;
@@ -11525,24 +11522,24 @@ public List setFilter(java.lang.String filter) {
1152511522
1152611523 /**
1152711524 * Optional. The maximum number of results to return. The service can return fewer than this
11528- * number. If omitted or set to 0 , the default is 50 results per page. The maximum allowed
11529- * value is 100. `page_size` values greater than 100 default to 100.
11525+ * number. If omitted or set to `0` , the default is `50` results per page. The maximum allowed
11526+ * value is ` 100` . `page_size` values greater than ` 100` default to ` 100` .
1153011527 */
1153111528 @ com .google .api .client .util .Key
1153211529 private java .lang .Integer pageSize ;
1153311530
1153411531 /** Optional. The maximum number of results to return. The service can return fewer than this number.
11535- If omitted or set to 0 , the default is 50 results per page. The maximum allowed value is 100.
11536- `page_size` values greater than 100 default to 100.
11532+ If omitted or set to `0` , the default is `50` results per page. The maximum allowed value is ` 100` .
11533+ `page_size` values greater than ` 100` default to ` 100` .
1153711534 */
1153811535 public java .lang .Integer getPageSize () {
1153911536 return pageSize ;
1154011537 }
1154111538
1154211539 /**
1154311540 * Optional. The maximum number of results to return. The service can return fewer than this
11544- * number. If omitted or set to 0 , the default is 50 results per page. The maximum allowed
11545- * value is 100. `page_size` values greater than 100 default to 100.
11541+ * number. If omitted or set to `0` , the default is `50` results per page. The maximum allowed
11542+ * value is ` 100` . `page_size` values greater than ` 100` default to ` 100` .
1154611543 */
1154711544 public List setPageSize (java .lang .Integer pageSize ) {
1154811545 this .pageSize = pageSize ;
0 commit comments