google-apis-datamanager_v1 0.6.0 → 0.7.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 375e444682954199af54586962596e332643c62bae1d8eae5b17e02b208e9a6a
|
|
4
|
+
data.tar.gz: a6c0614d35d94995c96da44ecc783af70876b5f0a451a71956cf9fedf7c80d15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca5fe717efdd9497f70f2abb5ad7f49b9bfa5db763fad1a994d941e44021078b7d0a4bdc2e742790d2afcab3bf93f3c32ec090cc6f481fde3b1ebb87faf1be90
|
|
7
|
+
data.tar.gz: 4d146cbf19c9f7301d701588602781f173d74664634002c961c85a4813b58f163f961c00d10de33e3b830843cda437d4abe6b627e75660c00276ed710f488d8a
|
data/CHANGELOG.md
CHANGED
|
@@ -1563,7 +1563,7 @@ module Google
|
|
|
1563
1563
|
# @return [String]
|
|
1564
1564
|
attr_accessor :clean_room_identifier
|
|
1565
1565
|
|
|
1566
|
-
#
|
|
1566
|
+
# Required. This field denotes the percentage of membership match of this user
|
|
1567
1567
|
# list with the corresponding publisher's first party data. Must be between 0
|
|
1568
1568
|
# and 100 inclusive.
|
|
1569
1569
|
# Corresponds to the JSON property `matchRatePercentage`
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260307"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -190,9 +190,12 @@ module Google
|
|
|
190
190
|
# partner_account` are returned. Format: `accountTypes/`account_type`/accounts/`
|
|
191
191
|
# account``
|
|
192
192
|
# @param [String] filter
|
|
193
|
-
# Optional. A [filter string](
|
|
194
|
-
# the left hand side of each condition (for example: `partner_link_id =
|
|
195
|
-
# 123456789`).
|
|
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: - `
|
|
196
199
|
# partner_link_id` - `owning_account.account_type` - `owning_account.account_id`
|
|
197
200
|
# - `partner_account.account_type` - `partner_account.account_id` Example: `
|
|
198
201
|
# owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id =
|
|
@@ -308,11 +311,15 @@ module Google
|
|
|
308
311
|
# Required. The account whose licenses are being queried. Should be in the
|
|
309
312
|
# format accountTypes/`ACCOUNT_TYPE`/accounts/`ACCOUNT_ID`
|
|
310
313
|
# @param [String] filter
|
|
311
|
-
# Optional.
|
|
312
|
-
# left hand side of each condition (for
|
|
313
|
-
#
|
|
314
|
-
#
|
|
315
|
-
#
|
|
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`
|
|
316
323
|
# @param [Fixnum] page_size
|
|
317
324
|
# Optional. The maximum number of licenses to return per page. The service may
|
|
318
325
|
# return fewer than this value. If unspecified, at most 50 licenses will be
|
|
@@ -462,11 +469,15 @@ module Google
|
|
|
462
469
|
# Required. The account whose licenses are being queried. Should be in the
|
|
463
470
|
# format accountTypes/`ACCOUNT_TYPE`/accounts/`ACCOUNT_ID`
|
|
464
471
|
# @param [String] filter
|
|
465
|
-
# Optional.
|
|
466
|
-
# left hand side of each condition (for
|
|
467
|
-
#
|
|
468
|
-
#
|
|
469
|
-
#
|
|
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`
|
|
470
481
|
# @param [Fixnum] page_size
|
|
471
482
|
# Optional. The maximum number of licenses to return. The service may return
|
|
472
483
|
# fewer than this value. If unspecified, at most 50 licenses will be returned.
|
|
@@ -554,11 +565,15 @@ module Google
|
|
|
554
565
|
# id with a '-' (for example, `accountTypes/DATA_PARTNER/accounts/123/
|
|
555
566
|
# userListGlobalLicenses/-`)
|
|
556
567
|
# @param [String] filter
|
|
557
|
-
# Optional.
|
|
558
|
-
# left hand side of each condition (for
|
|
559
|
-
#
|
|
560
|
-
#
|
|
561
|
-
#
|
|
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`
|
|
562
577
|
# @param [Fixnum] page_size
|
|
563
578
|
# Optional. The maximum number of licenses to return. The service may return
|
|
564
579
|
# fewer than this value. If unspecified, at most 50 licenses will be returned.
|
|
@@ -733,12 +748,15 @@ module Google
|
|
|
733
748
|
# Required. The parent account which owns this collection of user lists. Format:
|
|
734
749
|
# accountTypes/`account_type`/accounts/`account`
|
|
735
750
|
# @param [String] filter
|
|
736
|
-
# Optional. A [filter string](
|
|
737
|
-
# the left hand side of each condition (for example: `display_name = "list 1"`
|
|
738
|
-
#
|
|
739
|
-
#
|
|
740
|
-
#
|
|
741
|
-
#
|
|
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`
|
|
742
760
|
# @param [Fixnum] page_size
|
|
743
761
|
# Optional. The maximum number of user lists to return. The service may return
|
|
744
762
|
# fewer than this value. If unspecified, at most 50 user lists will be returned.
|
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.
|
|
4
|
+
version: 0.7.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.7.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:
|