google-apis-datamanager_v1 0.13.0 → 0.14.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: 5e9454016f37011c3c2b81847a8644e7135e8f153a50e629008ac2816b4d4e84
|
|
4
|
+
data.tar.gz: 2bb44c0bbfdb246c92b2612b23800fa7b0e258220d40e20b175d91900f89ab04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eb59804213c9f6c0bdeb29398ba042ddc5d801fc47e6647db93c29926730569405a862d72f3c3e51bcfea2617684fde025f0eefe6adf3caf95045f15a662ebd
|
|
7
|
+
data.tar.gz: 9acfde3e5f4b64aacb7b9e160eae8b05a4e5ab8b2ce723c5bee99935e169b1e71cb1895024d85428aa55d14d6152c94066d7b53c8a3e5d9c8432032b21261b28
|
data/CHANGELOG.md
CHANGED
|
@@ -759,9 +759,10 @@ module Google
|
|
|
759
759
|
# @return [Google::Apis::DatamanagerV1::ProductAccount]
|
|
760
760
|
attr_accessor :operating_account
|
|
761
761
|
|
|
762
|
-
#
|
|
762
|
+
# Optional. The object within the product account to ingest into. For example, a
|
|
763
763
|
# Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads
|
|
764
|
-
# conversion action ID.
|
|
764
|
+
# conversion action ID. This field is optional for Google Ad Manager event
|
|
765
|
+
# ingestion and User ingestion. Required for all other use cases.
|
|
765
766
|
# Corresponds to the JSON property `productDestinationId`
|
|
766
767
|
# @return [String]
|
|
767
768
|
attr_accessor :product_destination_id
|
|
@@ -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.14.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 = "
|
|
25
|
+
REVISION = "20260828"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -190,9 +190,9 @@ module Google
|
|
|
190
190
|
# partner_link_id` - `owning_account.account_type` - `owning_account.account_id`
|
|
191
191
|
# - `partner_account.account_type` - `partner_account.account_id` - `feature_set`
|
|
192
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.
|
|
195
|
-
# account_id = 987654321`
|
|
193
|
+
# following fields are also supported: - `partner_customer_account.account_id` -
|
|
194
|
+
# `partner_link_metadata.implicit_accounts.account_id` Example: `owning_account.
|
|
195
|
+
# account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321`
|
|
196
196
|
# @param [Fixnum] page_size
|
|
197
197
|
# The maximum number of partner links to return. The service may return fewer
|
|
198
198
|
# than this value. If unspecified, at most 50 partner links 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.14.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.14.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:
|