@@ -2405,17 +2405,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
24052405 # List Policies
24062406 # @param [String] filter
24072407 # Optional. A CEL expression for filtering the results. Policies can be filtered
2408- # by application with this expression: setting.name = ' settings/gmail.*'
2409- # Policies can be filtered by setting type with this expression: setting.name = '
2410- # * .service_status' A maximum of one of the above setting.name clauses can be
2411- # used. Policies can be filtered by customer with this expression: customer = "
2412- # customers/`customer`" Where `customer` is the `id` from the [Admin SDK `
2413- # Customer` resource](https://developers.google.com/admin-sdk/directory/
2414- # reference/rest/v1/customers). You may use `customers/my_customer` to specify
2415- # your own organization. When no customer is mentioned it will be default to
2416- # customers/my_customer. A maximum of one customer clause can be used. The above
2417- # clauses can only be combined together in a single filter expression with the `&
2418- # &` operator.
2408+ # by application with this expression: setting.type.matches('^ settings/gmail\\..*
2409+ # $') Policies can be filtered by setting type with this expression: setting.
2410+ # type.matches('^.*\\ .service_status$') A maximum of one of the above setting.
2411+ # type clauses can be used. Policies can be filtered by customer with this
2412+ # expression: customer == " customers/`customer`" Where `customer` is the `id`
2413+ # from the [Admin SDK ` Customer` resource](https://developers.google.com/admin-
2414+ # sdk/directory/ reference/rest/v1/customers). You may use `customers/my_customer`
2415+ # to specify your own organization. When no customer is mentioned it will be
2416+ # default to customers/my_customer. A maximum of one customer clause can be used.
2417+ # The above clauses can only be combined together in a single filter expression
2418+ # with the `& &` operator.
24192419 # @param [Fixnum] page_size
24202420 # Optional. The maximum number of results to return. The service can return
24212421 # fewer than this number. If omitted or set to 0, the default is 50 results per
0 commit comments