google-apis-datamanager_v1 0.12.0 → 0.13.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamanager_v1/classes.rb +1 -8
- data/lib/google/apis/datamanager_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb9522bd8f9e7c3f258395e60b3050be45544ba7160adfa2ca2e4e3be84f2a0d
|
|
4
|
+
data.tar.gz: b00844dad03dc3406bb9704cdd126a113ab2d28b445b5788fb96fce89a829683
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c89aa42aaa421441f44b9eb6b8800f682d4041906cb5695b629d0bf83c0a2176cc7ba9eee46778671001a719020020124e30e1af824a2e839ea14bffea64d35f
|
|
7
|
+
data.tar.gz: 37ddc2b4b85c2d8230a24eac07bd21a4eaff719d9d132e65d41acae95e07498230c4dbe8f08f89db974c650b3532c05e9fbd867d3cff96b92ceece833b888c07
|
data/CHANGELOG.md
CHANGED
|
@@ -813,14 +813,7 @@ module Google
|
|
|
813
813
|
attr_accessor :category
|
|
814
814
|
|
|
815
815
|
# Optional. The IP address of the device for the given context. Required when
|
|
816
|
-
# used in an AdEvent.
|
|
817
|
-
# for end users in the European Economic Area (EEA), United Kingdom (UK), or
|
|
818
|
-
# Switzerland (CH). Add logic to conditionally exclude sharing IP addresses from
|
|
819
|
-
# users from these regions and ensure that you provide users with clear and
|
|
820
|
-
# comprehensive information about the data you collect on your sites, apps, and
|
|
821
|
-
# other properties and get consent where required by law or any applicable
|
|
822
|
-
# Google policies. See the [About offline conversion imports](https://support.
|
|
823
|
-
# google.com/google-ads/answer/2998031) page for more details.
|
|
816
|
+
# used in an AdEvent.
|
|
824
817
|
# Corresponds to the JSON property `ipAddress`
|
|
825
818
|
# @return [String]
|
|
826
819
|
attr_accessor :ip_address
|
|
@@ -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.13.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 = "20260811"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.13.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.13.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:
|