Skip to content

Commit 81697ad

Browse files
feat: Automated regeneration of datamanager v1 client (#25953)
Auto-created at 2026-03-15 10:39:58 +0000 using the toys pull request generator.
1 parent 119b4c9 commit 81697ad

4 files changed

Lines changed: 49 additions & 27 deletions

File tree

generated/google-apis-datamanager_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-datamanager_v1
22

3+
### v0.7.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260307
6+
37
### v0.6.0 (2026-03-01)
48

59
* Regenerated from discovery document revision 20260225

generated/google-apis-datamanager_v1/lib/google/apis/datamanager_v1/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ class PairIdInfo
15631563
# @return [String]
15641564
attr_accessor :clean_room_identifier
15651565

1566-
# Optional. This field denotes the percentage of membership match of this user
1566+
# Required. This field denotes the percentage of membership match of this user
15671567
# list with the corresponding publisher's first party data. Must be between 0
15681568
# and 100 inclusive.
15691569
# Corresponds to the JSON property `matchRatePercentage`

generated/google-apis-datamanager_v1/lib/google/apis/datamanager_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatamanagerV1
1818
# Version of the google-apis-datamanager_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260225"
25+
REVISION = "20260307"
2626
end
2727
end
2828
end

generated/google-apis-datamanager_v1/lib/google/apis/datamanager_v1/service.rb

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)