@@ -2429,17 +2429,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
24292429 # List Policies
24302430 # @param [String] filter
24312431 # Optional. A CEL expression for filtering the results. Policies can be filtered
2432- # by application with this expression: setting.name = ' settings/gmail.*'
2433- # Policies can be filtered by setting type with this expression: setting.name = '
2434- # * .service_status' A maximum of one of the above setting.name clauses can be
2435- # used. Policies can be filtered by customer with this expression: customer = "
2436- # customers/`customer`" Where `customer` is the `id` from the [Admin SDK `
2437- # Customer` resource](https://developers.google.com/admin-sdk/directory/
2438- # reference/rest/v1/customers). You may use `customers/my_customer` to specify
2439- # your own organization. When no customer is mentioned it will be default to
2440- # customers/my_customer. A maximum of one customer clause can be used. The above
2441- # clauses can only be combined together in a single filter expression with the `&
2442- # &` operator.
2432+ # by application with this expression: setting.type.matches('^ settings/gmail\\..*
2433+ # $') Policies can be filtered by setting type with this expression: setting.
2434+ # type.matches('^.*\\ .service_status$') A maximum of one of the above setting.
2435+ # type clauses can be used. Policies can be filtered by customer with this
2436+ # expression: customer == " customers/`customer`" Where `customer` is the `id`
2437+ # from the [Admin SDK ` Customer` resource](https://developers.google.com/admin-
2438+ # sdk/directory/ reference/rest/v1/customers). You may use `customers/my_customer`
2439+ # to specify your own organization. When no customer is mentioned it will be
2440+ # default to customers/my_customer. A maximum of one customer clause can be used.
2441+ # The above clauses can only be combined together in a single filter expression
2442+ # with the `& &` operator.
24432443 # @param [Fixnum] page_size
24442444 # Optional. The maximum number of results to return. The service can return
24452445 # fewer than this number. If omitted or set to 0, the default is 50 results per
0 commit comments