google-apis-dfareporting_v4 0.27.0 → 0.28.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: 616c06ea9f7661642dab98e7bead12957597698b1d1356804f68effe17499f8e
|
|
4
|
+
data.tar.gz: f6c8f172d4577304150acd8da0e7748f0f3eb26854f25928f8639647e49ab354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 986342a5b33d3a1a4704bf2c7f301452cf672ba5f34ebb971efc40bcabc3386cf7376053855c9ba6ea5a04ddaac3ef78c02d3289a102df7460b5e00d0abab1a0
|
|
7
|
+
data.tar.gz: 89fce5ae34ea998b86d53a51e5c912d9a45b03b21515143f2aeb9d26b572f87d2502de262bab69811202ec58861da1767540233ce6ad202f17fc03cb53d67f56
|
data/CHANGELOG.md
CHANGED
|
@@ -5606,6 +5606,11 @@ module Google
|
|
|
5606
5606
|
class DependentFieldValue
|
|
5607
5607
|
include Google::Apis::Core::Hashable
|
|
5608
5608
|
|
|
5609
|
+
# Optional. The ID of the dynamic feed that value's field will match against.
|
|
5610
|
+
# Corresponds to the JSON property `dynamicFeedId`
|
|
5611
|
+
# @return [Fixnum]
|
|
5612
|
+
attr_accessor :dynamic_feed_id
|
|
5613
|
+
|
|
5609
5614
|
# Optional. The ID of the element that value's field will match against.
|
|
5610
5615
|
# Corresponds to the JSON property `elementId`
|
|
5611
5616
|
# @return [Fixnum]
|
|
@@ -5622,6 +5627,7 @@ module Google
|
|
|
5622
5627
|
|
|
5623
5628
|
# Update properties of this object
|
|
5624
5629
|
def update!(**args)
|
|
5630
|
+
@dynamic_feed_id = args[:dynamic_feed_id] if args.key?(:dynamic_feed_id)
|
|
5625
5631
|
@element_id = args[:element_id] if args.key?(:element_id)
|
|
5626
5632
|
@field_id = args[:field_id] if args.key?(:field_id)
|
|
5627
5633
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DfareportingV4
|
|
18
18
|
# Version of the google-apis-dfareporting_v4 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.28.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 = "20260511"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3077,6 +3077,7 @@ module Google
|
|
|
3077
3077
|
class DependentFieldValue
|
|
3078
3078
|
# @private
|
|
3079
3079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3080
|
+
property :dynamic_feed_id, :numeric_string => true, as: 'dynamicFeedId'
|
|
3080
3081
|
property :element_id, :numeric_string => true, as: 'elementId'
|
|
3081
3082
|
property :field_id, as: 'fieldId'
|
|
3082
3083
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dfareporting_v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.28.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-dfareporting_v4/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.28.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|