@@ -1623,9 +1623,10 @@ def insert_group(group_object = nil, fields: nil, quota_user: nil, options: nil,
16231623 # @param [String] page_token
16241624 # Token to specify next page in the list
16251625 # @param [String] query
1626- # Query string search. Should be of the form "". Complete documentation is at
1626+ # Query string search. Contains one or more search clauses, each with a field,
1627+ # operator, and value. For complete documentation, go to [Search for groups](
16271628 # https://developers.google.com/workspace/admin/directory/v1/guides/search-
1628- # groups
1629+ # groups).
16291630 # @param [String] sort_order
16301631 # Whether to return results in ascending or descending order. Only of use when
16311632 # orderBy is also used
@@ -2894,15 +2895,16 @@ def calendar_resource(customer, calendar_resource_object = nil, fields: nil, quo
28942895 # @param [String] page_token
28952896 # Token to specify the next page in the list.
28962897 # @param [String] query
2897- # String query used to filter results. Should be of the form "field operator
2898- # value" where field can be any of supported fields and operators can be any of
2899- # supported operations. Operators include '=' for exact match, '!=' for mismatch
2900- # and ':' for prefix match or HAS match where applicable. For prefix match, the
2901- # value should always be followed by a *. Logical operators NOT and AND are
2902- # supported (in this order of precedence). Supported fields include `
2903- # generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `
2904- # featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For
2905- # example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
2898+ # String query used to filter results. Contains one or more search clauses, each
2899+ # with a field, operator, and value. A field can be any of supported fields and
2900+ # operators can be any of supported operations. Operators include '=' for exact
2901+ # match, '!=' for mismatch and ':' for prefix match or HAS match where
2902+ # applicable. For prefix match, the value should always be followed by a *.
2903+ # Logical operators NOT and AND are supported (in this order of precedence).
2904+ # Supported fields include `generatedResourceName`, `name`, `buildingId`, `
2905+ # floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `
2906+ # resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.
2907+ # feature.name:Phone`.
29062908 # @param [String] fields
29072909 # Selector specifying which fields to include in a partial response.
29082910 # @param [String] quota_user
@@ -4361,8 +4363,10 @@ def update_user(user_key, user_object = nil, fields: nil, quota_user: nil, optio
43614363 # @param [String] projection
43624364 # What subset of fields to fetch for this user.
43634365 # @param [String] query
4364- # Query string search. Should be of the form "". Complete documentation is at
4365- # https://developers.google.com/workspace/admin/directory/v1/guides/search-users
4366+ # Query string search. Contains one or more search clauses, each with a field,
4367+ # operator, and value. For complete documentation, go to [Search for users](
4368+ # https://developers.google.com/workspace/admin/directory/v1/guides/search-users)
4369+ # .
43664370 # @param [String] show_deleted
43674371 # If set to true, retrieves the list of deleted users. (Default: false)
43684372 # @param [String] sort_order
0 commit comments