google-apis-datamanager_v1 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '00481046840020f101a3a8ea305717d4ef7444027a2eaba70806439eaaec26db'
4
- data.tar.gz: 75fcbc7701e88f5b6f4c8681fee426677d7a7907afc7391831b6481fc76124dd
3
+ metadata.gz: 43aca4d58dbb3054d2a58da11e4f347f54836701ef92b0b04c8cd4bf849dcf48
4
+ data.tar.gz: 32d2a9bbd9562a1b7d50b2fd44c0ac73c853b86db4ec2eaac6c1dee73504a055
5
5
  SHA512:
6
- metadata.gz: a3ae606e3e00e976d30b89a4b84747012ff74022d3f48e6ea4046c4cddb312009e2cc40cc0cf11bbd1a0766ef2fe93ea816ea9ffa495adc9bc661382e85e8873
7
- data.tar.gz: fa7e24ea86e745a4409b5c11dc51d1bf236ecaea64718ab57535d22b9df3d9893ac4c375a34b3cfb71737b054dbfcf8bd34de218eab83fccd95292f5501c7329
6
+ metadata.gz: 1de77bde193490248bfed96d770df47c0ed3306edc86af2c3988b2812fb7fc0714e69f795106959e6240c3fa6ccbc7cedb13cc1b12d33f21beafa693a5e698d9
7
+ data.tar.gz: ebefb852cf8f632be27ccd98abe9ba55600a628552e5546e0795c1d80f2ec599e69796b8c5ab6b59906e94f7ca9d93c48a5888759d57655fa1ff1c233d544b39
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamanager_v1
2
2
 
3
+ ### v0.11.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260708
6
+
3
7
  ### v0.10.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260605
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamanagerV1
18
18
  # Version of the google-apis-datamanager_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260605"
25
+ REVISION = "20260708"
26
26
  end
27
27
  end
28
28
  end
@@ -188,12 +188,14 @@ module Google
188
188
  # wiki/Snake_case). Don't use a combination of camel case and snake case.
189
189
  # Supported operations: - `AND` - `=` - `!=` Supported fields: - `
190
190
  # partner_link_id` - `owning_account.account_type` - `owning_account.account_id`
191
- # - `partner_account.account_type` - `partner_account.account_id` Example: `
192
- # owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id =
193
- # 987654321`
191
+ # - `partner_account.account_type` - `partner_account.account_id` - `feature_set`
192
+ # For partner links with the FEATURE_SET_AD_EVENT_MANAGEMENT feature set, the
193
+ # following fields are also supported: - `partner_customer_account.account_id`
194
+ # Example: `owning_account.account_type = "GOOGLE_ADS" AND partner_account.
195
+ # account_id = 987654321`
194
196
  # @param [Fixnum] page_size
195
197
  # The maximum number of partner links to return. The service may return fewer
196
- # than this value. If unspecified, at most 10 partner links will be returned.
198
+ # than this value. If unspecified, at most 50 partner links will be returned.
197
199
  # The maximum value is 100; values above 100 will be coerced to 100.
198
200
  # @param [String] page_token
199
201
  # A page token, received from a previous `SearchPartnerLinks` call. Provide this
@@ -308,7 +310,9 @@ module Google
308
310
  # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
309
311
  # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
310
312
  # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
311
- # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
313
+ # ` - `<` - `<=` **Supported Functions:** - `IN(field, value1, value2, ...)`:
314
+ # returns true if the field matches any of the values. Example: `IN(user_list_id,
315
+ # 123, 456)` **Unsupported Fields:** - `name` (use get method instead) - `
312
316
  # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
313
317
  # end_time`
314
318
  # @param [Fixnum] page_size
@@ -466,7 +470,9 @@ module Google
466
470
  # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
467
471
  # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
468
472
  # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
469
- # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
473
+ # ` - `<` - `<=` **Supported Functions:** - `IN(field, value1, value2, ...)`:
474
+ # returns true if the field matches any of the values. Example: `IN(user_list_id,
475
+ # 123, 456)` **Unsupported Fields:** - `name` (use get method instead) - `
470
476
  # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
471
477
  # end_time`
472
478
  # @param [Fixnum] page_size
@@ -562,7 +568,9 @@ module Google
562
568
  # camel case](https://en.wikipedia.org/wiki/Camel_case) or all [snake case](
563
569
  # https://en.wikipedia.org/wiki/Snake_case). Don't use a combination of camel
564
570
  # case and snake case. **Supported Operations:** - `AND` - `=` - `!=` - `>` - `>=
565
- # ` - `<` - `<=` **Unsupported Fields:** - `name` (use get method instead) - `
571
+ # ` - `<` - `<=` **Supported Functions:** - `IN(field, value1, value2, ...)`:
572
+ # returns true if the field matches any of the values. Example: `IN(user_list_id,
573
+ # 123, 456)` **Unsupported Fields:** - `name` (use get method instead) - `
566
574
  # historical_pricings` and all its subfields - `pricing.start_time` - `pricing.
567
575
  # end_time`
568
576
  # @param [Fixnum] page_size
@@ -744,7 +752,9 @@ module Google
744
752
  # ). Fields must be specified using either all [camel case](https://en.wikipedia.
745
753
  # org/wiki/Camel_case) or all [snake case](https://en.wikipedia.org/wiki/
746
754
  # Snake_case). Don't use a combination of camel case and snake case. Supported
747
- # operations: - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` - `:` (has)
755
+ # operations: - `AND` - `=` - `!=` - `>` - `>=` - `<` - `<=` - `:` (has) **
756
+ # Supported Functions:** - `IN(field, value1, value2, ...)`: returns true if the
757
+ # field matches any of the values. Example: `IN(display_name, "name1", "name2")`
748
758
  # Supported fields: - `id` - `display_name` - `description` - `membership_status`
749
759
  # - `integration_code` - `access_reason` - `ingested_user_list_info.
750
760
  # upload_key_types`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.11.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: