google-apis-datamanager_v1 0.5.0 → 0.6.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: d908ca4e5b81d6723be8a7c3bf10c63ac7ad8b487008ab6a45a609ad95d2923e
|
|
4
|
+
data.tar.gz: 9b7162ab527f13d8cb232e5090999f5d44ec293d70a1c22b0b84a19e6d54007d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bd78a3c127bac37712e1f5fcaacef085b21903a2bf12edbf19b69f304938e2257c0b330b913f7593576ae22ee86402a2a7631677384699769b00e975c3556b0
|
|
7
|
+
data.tar.gz: 265c6c879a2e2e545b999e848340412b869c6862d7d05ade9ef92c0458126578b9ec592a643a19c1af37b070df148f697bd06a7c37317a848e23e9d783527d6f
|
data/CHANGELOG.md
CHANGED
|
@@ -1550,7 +1550,7 @@ module Google
|
|
|
1550
1550
|
class PairIdInfo
|
|
1551
1551
|
include Google::Apis::Core::Hashable
|
|
1552
1552
|
|
|
1553
|
-
#
|
|
1553
|
+
# Optional. The count of the advertiser's first party data records that have
|
|
1554
1554
|
# been uploaded to a clean room provider. This does not signify the size of a
|
|
1555
1555
|
# PAIR user list.
|
|
1556
1556
|
# Corresponds to the JSON property `advertiserIdentifierCount`
|
|
@@ -1563,9 +1563,9 @@ module Google
|
|
|
1563
1563
|
# @return [String]
|
|
1564
1564
|
attr_accessor :clean_room_identifier
|
|
1565
1565
|
|
|
1566
|
-
#
|
|
1567
|
-
#
|
|
1568
|
-
#
|
|
1566
|
+
# Optional. This field denotes the percentage of membership match of this user
|
|
1567
|
+
# list with the corresponding publisher's first party data. Must be between 0
|
|
1568
|
+
# and 100 inclusive.
|
|
1569
1569
|
# Corresponds to the JSON property `matchRatePercentage`
|
|
1570
1570
|
# @return [Fixnum]
|
|
1571
1571
|
attr_accessor :match_rate_percentage
|
|
@@ -1578,7 +1578,7 @@ module Google
|
|
|
1578
1578
|
# @return [Fixnum]
|
|
1579
1579
|
attr_accessor :publisher_id
|
|
1580
1580
|
|
|
1581
|
-
#
|
|
1581
|
+
# Required. Descriptive name of the publisher to be displayed in the UI for a
|
|
1582
1582
|
# better targeting experience.
|
|
1583
1583
|
# Corresponds to the JSON property `publisherName`
|
|
1584
1584
|
# @return [String]
|
|
@@ -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.6.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 = "20260225"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -195,7 +195,7 @@ module Google
|
|
|
195
195
|
# 123456789`). Supported operations: - `AND` - `=` - `!=` Supported fields: - `
|
|
196
196
|
# partner_link_id` - `owning_account.account_type` - `owning_account.account_id`
|
|
197
197
|
# - `partner_account.account_type` - `partner_account.account_id` Example: `
|
|
198
|
-
# owning_account.account_type = "GOOGLE_ADS"
|
|
198
|
+
# owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id =
|
|
199
199
|
# 987654321`
|
|
200
200
|
# @param [Fixnum] page_size
|
|
201
201
|
# The maximum number of partner links to return. The service may return fewer
|
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.6.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.6.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:
|