@@ -190,9 +190,12 @@ def delete_account_type_account_partner_link(name, fields: nil, quota_user: nil,
190190 # partner_account` are returned. Format: `accountTypes/`account_type`/accounts/`
191191 # account``
192192 # @param [String] filter
193- # Optional. A [filter string](//google.aip.dev/160). All fields need to be on
194- # the left hand side of each condition (for example: `partner_link_id =
195- # 123456789`). Supported operations: - `AND` - `=` - `!=` Supported fields: - `
193+ # Optional. A [filter string](https://google.aip.dev/160). All fields need to be
194+ # on the left hand side of each condition (for example: `partner_link_id =
195+ # 123456789`). Fields must be specified using either all [camel case](https://en.
196+ # wikipedia.org/wiki/Camel_case) or all [snake case](https://en.wikipedia.org/
197+ # wiki/Snake_case). Don't use a combination of camel case and snake case.
198+ # Supported operations: - `AND` - `=` - `!=` Supported fields: - `
196199 # partner_link_id` - `owning_account.account_type` - `owning_account.account_id`
197200 # - `partner_account.account_type` - `partner_account.account_id` Example: `
198201 # owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id =
@@ -308,11 +311,15 @@ def get_account_type_account_user_list_direct_license(name, fields: nil, quota_u
308311 # Required. The account whose licenses are being queried. Should be in the
309312 # format accountTypes/`ACCOUNT_TYPE`/accounts/`ACCOUNT_ID`
310313 # @param [String] filter
311- # Optional. Filters to apply to the list request. All fields need to be on the
312- # left hand side of each condition (for example: user_list_id = 123). **
313- # Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` **
314- # Unsupported Fields:** - `name` (use get method instead) - `historical_pricings`
315- # and all its subfields - `pricing.start_time` - `pricing.end_time`
314+ # Optional. A [filter string](https://google.aip.dev/160) to apply to the list
315+ # request. All fields need to be on the left hand side of each condition (for
316+ # example: `user_list_id = 123`). Fields must be specified using either all [
317+ # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
318+ # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
319+ # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
320+ # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
321+ # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
322+ # end_time`
316323 # @param [Fixnum] page_size
317324 # Optional. The maximum number of licenses to return per page. The service may
318325 # return fewer than this value. If unspecified, at most 50 licenses will be
@@ -462,11 +469,15 @@ def get_account_type_account_user_list_global_license(name, fields: nil, quota_u
462469 # Required. The account whose licenses are being queried. Should be in the
463470 # format accountTypes/`ACCOUNT_TYPE`/accounts/`ACCOUNT_ID`
464471 # @param [String] filter
465- # Optional. Filters to apply to the list request. All fields need to be on the
466- # left hand side of each condition (for example: user_list_id = 123). **
467- # Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` **
468- # Unsupported Fields:** - `name` (use get method instead) - `historical_pricings`
469- # and all its subfields - `pricing.start_time` - `pricing.end_time`
472+ # Optional. A [filter string](https://google.aip.dev/160) to apply to the list
473+ # request. All fields need to be on the left hand side of each condition (for
474+ # example: `user_list_id = 123`). Fields must be specified using either all [
475+ # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
476+ # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
477+ # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
478+ # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
479+ # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
480+ # end_time`
470481 # @param [Fixnum] page_size
471482 # Optional. The maximum number of licenses to return. The service may return
472483 # fewer than this value. If unspecified, at most 50 licenses will be returned.
@@ -554,11 +565,15 @@ def patch_account_type_account_user_list_global_license(name, user_list_global_l
554565 # id with a '-' (for example, `accountTypes/DATA_PARTNER/accounts/123/
555566 # userListGlobalLicenses/-`)
556567 # @param [String] filter
557- # Optional. Filters to apply to the list request. All fields need to be on the
558- # left hand side of each condition (for example: user_list_id = 123). **
559- # Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` **
560- # Unsupported Fields:** - `name` (use get method instead) - `historical_pricings`
561- # and all its subfields - `pricing.start_time` - `pricing.end_time`
568+ # Optional. A [filter string](https://google.aip.dev/160) to apply to the list
569+ # request. All fields need to be on the left hand side of each condition (for
570+ # example: `user_list_id = 123`). Fields must be specified using either all [
571+ # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
572+ # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
573+ # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
574+ # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
575+ # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
576+ # end_time`
562577 # @param [Fixnum] page_size
563578 # Optional. The maximum number of licenses to return. The service may return
564579 # fewer than this value. If unspecified, at most 50 licenses will be returned.
@@ -733,12 +748,15 @@ def get_account_type_account_user_list(name, fields: nil, quota_user: nil, optio
733748 # Required. The parent account which owns this collection of user lists. Format:
734749 # accountTypes/`account_type`/accounts/`account`
735750 # @param [String] filter
736- # Optional. A [filter string](//google.aip.dev/160). All fields need to be on
737- # the left hand side of each condition (for example: `display_name = "list 1"`).
738- # Supported operations: - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` - `:` (
739- # has) Supported fields: - `id` - `display_name` - `description` - `
740- # membership_status` - `integration_code` - `access_reason` - `
741- # ingested_user_list_info.upload_key_types`
751+ # Optional. A [filter string](https://google.aip.dev/160). All fields need to be
752+ # on the left hand side of each condition (for example: `display_name = "list 1"`
753+ # ). Fields must be specified using either all [camel case](https://en.wikipedia.
754+ # org/wiki/Camel_case) or all [snake case](https://en.wikipedia.org/wiki/
755+ # Snake_case). Don't use a combination of camel case and snake case. Supported
756+ # operations: - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` - `:` (has)
757+ # Supported fields: - `id` - `display_name` - `description` - `membership_status`
758+ # - `integration_code` - `access_reason` - `ingested_user_list_info.
759+ # upload_key_types`
742760 # @param [Fixnum] page_size
743761 # Optional. The maximum number of user lists to return. The service may return
744762 # fewer than this value. If unspecified, at most 50 user lists will be returned.
0 commit comments