google-apis-doubleclickbidmanager_v2 0.11.0 → 0.12.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: 2f422e0c7eaf90157e2cc0e636b7ec01eda99247f63c0f488b96b2397d684465
4
- data.tar.gz: 36edfb037291c7036301042e91209ef1bf9972f74c748f7089b4bfbe0dc8d360
3
+ metadata.gz: f35eda4765e6e35a7d63193eed0da289437929820e6b294ba31fa94cab509171
4
+ data.tar.gz: 883b3089f8affc1bcf6359b12d5ec1dc6899af73cdcd89db5887fe94d77924c9
5
5
  SHA512:
6
- metadata.gz: f718e26e20bf47a2fc323106ed22b1d158523ee212e4a63825d84c48669e7dea043a3948e1a110f6edd4635caf1ece3c3e66d14ab0ed7475f91d7a56e59c5b6a
7
- data.tar.gz: 55f86f53a430e850b72ef20586899a1bb8c51a8603269229327f129b9d221e3592972c6ce2e2e42781f0f8f90af5a4a6906158553aee13081c5bc42fb702bc6e
6
+ metadata.gz: db835458778180ab081124dcbc1b87c3e63eb7dfb66f9719226aa1cd3046657d8cd03ae7d9997eebbe174f9d65b63035f12649a614dc7ef909e5f0847aa6883b
7
+ data.tar.gz: 0b970c02b7c2a93d66f7df0872323cf85473136cc612e6d17fc0050b2806b77fd7d8d664a2022047ac8b1fcf7ad7c02f01acc02ed1d8f70c62f8c87c08fcf2fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-doubleclickbidmanager_v2
2
2
 
3
+ ### v0.12.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
3
7
  ### v0.11.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -22,40 +22,6 @@ module Google
22
22
  module Apis
23
23
  module DoubleclickbidmanagerV2
24
24
 
25
- # A channel grouping defines a set of rules that can be used to categorize
26
- # events in a path report.
27
- class ChannelGrouping
28
- include Google::Apis::Core::Hashable
29
-
30
- # The name to apply to an event that does not match any of the rules in the
31
- # channel grouping.
32
- # Corresponds to the JSON property `fallbackName`
33
- # @return [String]
34
- attr_accessor :fallback_name
35
-
36
- # Channel Grouping name.
37
- # Corresponds to the JSON property `name`
38
- # @return [String]
39
- attr_accessor :name
40
-
41
- # Rules within Channel Grouping. There is a limit of 100 rules that can be set
42
- # per channel grouping.
43
- # Corresponds to the JSON property `rules`
44
- # @return [Array<Google::Apis::DoubleclickbidmanagerV2::Rule>]
45
- attr_accessor :rules
46
-
47
- def initialize(**args)
48
- update!(**args)
49
- end
50
-
51
- # Update properties of this object
52
- def update!(**args)
53
- @fallback_name = args[:fallback_name] if args.key?(:fallback_name)
54
- @name = args[:name] if args.key?(:name)
55
- @rules = args[:rules] if args.key?(:rules)
56
- end
57
- end
58
-
59
25
  # Report data range.
60
26
  class DataRange
61
27
  include Google::Apis::Core::Hashable
@@ -142,46 +108,6 @@ module Google
142
108
  end
143
109
  end
144
110
 
145
- # DisjunctiveMatchStatement that OR's all contained filters.
146
- class DisjunctiveMatchStatement
147
- include Google::Apis::Core::Hashable
148
-
149
- # Filters. There is a limit of 100 filters that can be set per disjunctive match
150
- # statement.
151
- # Corresponds to the JSON property `eventFilters`
152
- # @return [Array<Google::Apis::DoubleclickbidmanagerV2::EventFilter>]
153
- attr_accessor :event_filters
154
-
155
- def initialize(**args)
156
- update!(**args)
157
- end
158
-
159
- # Update properties of this object
160
- def update!(**args)
161
- @event_filters = args[:event_filters] if args.key?(:event_filters)
162
- end
163
- end
164
-
165
- # Defines the type of filter to be applied to the path, a DV360 event dimension
166
- # filter.
167
- class EventFilter
168
- include Google::Apis::Core::Hashable
169
-
170
- # Dimension filter on path events.
171
- # Corresponds to the JSON property `dimensionFilter`
172
- # @return [Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter]
173
- attr_accessor :dimension_filter
174
-
175
- def initialize(**args)
176
- update!(**args)
177
- end
178
-
179
- # Update properties of this object
180
- def update!(**args)
181
- @dimension_filter = args[:dimension_filter] if args.key?(:dimension_filter)
182
- end
183
- end
184
-
185
111
  # Filter used to match traffic data in your report.
186
112
  class FilterPair
187
113
  include Google::Apis::Core::Hashable
@@ -271,11 +197,6 @@ module Google
271
197
  attr_accessor :include_only_targeted_user_lists
272
198
  alias_method :include_only_targeted_user_lists?, :include_only_targeted_user_lists
273
199
 
274
- # Path Query Options for Report Options.
275
- # Corresponds to the JSON property `pathQueryOptions`
276
- # @return [Google::Apis::DoubleclickbidmanagerV2::PathQueryOptions]
277
- attr_accessor :path_query_options
278
-
279
200
  def initialize(**args)
280
201
  update!(**args)
281
202
  end
@@ -283,7 +204,6 @@ module Google
283
204
  # Update properties of this object
284
205
  def update!(**args)
285
206
  @include_only_targeted_user_lists = args[:include_only_targeted_user_lists] if args.key?(:include_only_targeted_user_lists)
286
- @path_query_options = args[:path_query_options] if args.key?(:path_query_options)
287
207
  end
288
208
  end
289
209
 
@@ -331,93 +251,6 @@ module Google
331
251
  end
332
252
  end
333
253
 
334
- # Path filters specify which paths to include in a report. A path is the result
335
- # of combining DV360 events based on User ID to create a workflow of users'
336
- # actions. When a path filter is set, the resulting report will only include
337
- # paths that match the specified event at the specified position. All other
338
- # paths will be excluded.
339
- class PathFilter
340
- include Google::Apis::Core::Hashable
341
-
342
- # Filter on an event to be applied to some part of the path.
343
- # Corresponds to the JSON property `eventFilters`
344
- # @return [Array<Google::Apis::DoubleclickbidmanagerV2::EventFilter>]
345
- attr_accessor :event_filters
346
-
347
- # The position of the path the filter should match to (first, last, or any event
348
- # in path).
349
- # Corresponds to the JSON property `pathMatchPosition`
350
- # @return [String]
351
- attr_accessor :path_match_position
352
-
353
- def initialize(**args)
354
- update!(**args)
355
- end
356
-
357
- # Update properties of this object
358
- def update!(**args)
359
- @event_filters = args[:event_filters] if args.key?(:event_filters)
360
- @path_match_position = args[:path_match_position] if args.key?(:path_match_position)
361
- end
362
- end
363
-
364
- # Path Query Options for Report Options.
365
- class PathQueryOptions
366
- include Google::Apis::Core::Hashable
367
-
368
- # A channel grouping defines a set of rules that can be used to categorize
369
- # events in a path report.
370
- # Corresponds to the JSON property `channelGrouping`
371
- # @return [Google::Apis::DoubleclickbidmanagerV2::ChannelGrouping]
372
- attr_accessor :channel_grouping
373
-
374
- # Path Filters. There is a limit of 100 path filters that can be set per report.
375
- # Corresponds to the JSON property `pathFilters`
376
- # @return [Array<Google::Apis::DoubleclickbidmanagerV2::PathFilter>]
377
- attr_accessor :path_filters
378
-
379
- def initialize(**args)
380
- update!(**args)
381
- end
382
-
383
- # Update properties of this object
384
- def update!(**args)
385
- @channel_grouping = args[:channel_grouping] if args.key?(:channel_grouping)
386
- @path_filters = args[:path_filters] if args.key?(:path_filters)
387
- end
388
- end
389
-
390
- # Dimension filter on path events.
391
- class PathQueryOptionsFilter
392
- include Google::Apis::Core::Hashable
393
-
394
- # Dimension the filter is applied to.
395
- # Corresponds to the JSON property `filter`
396
- # @return [String]
397
- attr_accessor :filter
398
-
399
- # Match logic of the filter.
400
- # Corresponds to the JSON property `match`
401
- # @return [String]
402
- attr_accessor :match
403
-
404
- # Values to filter on.
405
- # Corresponds to the JSON property `values`
406
- # @return [Array<String>]
407
- attr_accessor :values
408
-
409
- def initialize(**args)
410
- update!(**args)
411
- end
412
-
413
- # Update properties of this object
414
- def update!(**args)
415
- @filter = args[:filter] if args.key?(:filter)
416
- @match = args[:match] if args.key?(:match)
417
- @values = args[:values] if args.key?(:values)
418
- end
419
- end
420
-
421
254
  # Represents a query.
422
255
  class Query
423
256
  include Google::Apis::Core::Hashable
@@ -692,34 +525,6 @@ module Google
692
525
  end
693
526
  end
694
527
 
695
- # A Rule defines a name, and a boolean expression in [conjunctive normal form] (
696
- # http://mathworld.wolfram.com/ConjunctiveNormalForm.html)`.external` that can
697
- # be applied to a path event to determine if that name should be applied.
698
- class Rule
699
- include Google::Apis::Core::Hashable
700
-
701
- # DisjunctiveMatchStatements within a Rule. DisjunctiveMatchStatement OR's all
702
- # contained filters.
703
- # Corresponds to the JSON property `disjunctiveMatchStatements`
704
- # @return [Array<Google::Apis::DoubleclickbidmanagerV2::DisjunctiveMatchStatement>]
705
- attr_accessor :disjunctive_match_statements
706
-
707
- # Rule name.
708
- # Corresponds to the JSON property `name`
709
- # @return [String]
710
- attr_accessor :name
711
-
712
- def initialize(**args)
713
- update!(**args)
714
- end
715
-
716
- # Update properties of this object
717
- def update!(**args)
718
- @disjunctive_match_statements = args[:disjunctive_match_statements] if args.key?(:disjunctive_match_statements)
719
- @name = args[:name] if args.key?(:name)
720
- end
721
- end
722
-
723
528
  # Request to run a stored query to generate a report.
724
529
  class RunQueryRequest
725
530
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DoubleclickbidmanagerV2
18
18
  # Version of the google-apis-doubleclickbidmanager_v2 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230703"
25
+ REVISION = "20240424"
26
26
  end
27
27
  end
28
28
  end
@@ -22,12 +22,6 @@ module Google
22
22
  module Apis
23
23
  module DoubleclickbidmanagerV2
24
24
 
25
- class ChannelGrouping
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
25
  class DataRange
32
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
27
 
@@ -40,18 +34,6 @@ module Google
40
34
  include Google::Apis::Core::JsonObjectSupport
41
35
  end
42
36
 
43
- class DisjunctiveMatchStatement
44
- class Representation < Google::Apis::Core::JsonRepresentation; end
45
-
46
- include Google::Apis::Core::JsonObjectSupport
47
- end
48
-
49
- class EventFilter
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
37
  class FilterPair
56
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
39
 
@@ -82,24 +64,6 @@ module Google
82
64
  include Google::Apis::Core::JsonObjectSupport
83
65
  end
84
66
 
85
- class PathFilter
86
- class Representation < Google::Apis::Core::JsonRepresentation; end
87
-
88
- include Google::Apis::Core::JsonObjectSupport
89
- end
90
-
91
- class PathQueryOptions
92
- class Representation < Google::Apis::Core::JsonRepresentation; end
93
-
94
- include Google::Apis::Core::JsonObjectSupport
95
- end
96
-
97
- class PathQueryOptionsFilter
98
- class Representation < Google::Apis::Core::JsonRepresentation; end
99
-
100
- include Google::Apis::Core::JsonObjectSupport
101
- end
102
-
103
67
  class Query
104
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
69
 
@@ -142,28 +106,12 @@ module Google
142
106
  include Google::Apis::Core::JsonObjectSupport
143
107
  end
144
108
 
145
- class Rule
146
- class Representation < Google::Apis::Core::JsonRepresentation; end
147
-
148
- include Google::Apis::Core::JsonObjectSupport
149
- end
150
-
151
109
  class RunQueryRequest
152
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
111
 
154
112
  include Google::Apis::Core::JsonObjectSupport
155
113
  end
156
114
 
157
- class ChannelGrouping
158
- # @private
159
- class Representation < Google::Apis::Core::JsonRepresentation
160
- property :fallback_name, as: 'fallbackName'
161
- property :name, as: 'name'
162
- collection :rules, as: 'rules', class: Google::Apis::DoubleclickbidmanagerV2::Rule, decorator: Google::Apis::DoubleclickbidmanagerV2::Rule::Representation
163
-
164
- end
165
- end
166
-
167
115
  class DataRange
168
116
  # @private
169
117
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -184,22 +132,6 @@ module Google
184
132
  end
185
133
  end
186
134
 
187
- class DisjunctiveMatchStatement
188
- # @private
189
- class Representation < Google::Apis::Core::JsonRepresentation
190
- collection :event_filters, as: 'eventFilters', class: Google::Apis::DoubleclickbidmanagerV2::EventFilter, decorator: Google::Apis::DoubleclickbidmanagerV2::EventFilter::Representation
191
-
192
- end
193
- end
194
-
195
- class EventFilter
196
- # @private
197
- class Representation < Google::Apis::Core::JsonRepresentation
198
- property :dimension_filter, as: 'dimensionFilter', class: Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter, decorator: Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter::Representation
199
-
200
- end
201
- end
202
-
203
135
  class FilterPair
204
136
  # @private
205
137
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -230,8 +162,6 @@ module Google
230
162
  # @private
231
163
  class Representation < Google::Apis::Core::JsonRepresentation
232
164
  property :include_only_targeted_user_lists, as: 'includeOnlyTargetedUserLists'
233
- property :path_query_options, as: 'pathQueryOptions', class: Google::Apis::DoubleclickbidmanagerV2::PathQueryOptions, decorator: Google::Apis::DoubleclickbidmanagerV2::PathQueryOptions::Representation
234
-
235
165
  end
236
166
  end
237
167
 
@@ -248,34 +178,6 @@ module Google
248
178
  end
249
179
  end
250
180
 
251
- class PathFilter
252
- # @private
253
- class Representation < Google::Apis::Core::JsonRepresentation
254
- collection :event_filters, as: 'eventFilters', class: Google::Apis::DoubleclickbidmanagerV2::EventFilter, decorator: Google::Apis::DoubleclickbidmanagerV2::EventFilter::Representation
255
-
256
- property :path_match_position, as: 'pathMatchPosition'
257
- end
258
- end
259
-
260
- class PathQueryOptions
261
- # @private
262
- class Representation < Google::Apis::Core::JsonRepresentation
263
- property :channel_grouping, as: 'channelGrouping', class: Google::Apis::DoubleclickbidmanagerV2::ChannelGrouping, decorator: Google::Apis::DoubleclickbidmanagerV2::ChannelGrouping::Representation
264
-
265
- collection :path_filters, as: 'pathFilters', class: Google::Apis::DoubleclickbidmanagerV2::PathFilter, decorator: Google::Apis::DoubleclickbidmanagerV2::PathFilter::Representation
266
-
267
- end
268
- end
269
-
270
- class PathQueryOptionsFilter
271
- # @private
272
- class Representation < Google::Apis::Core::JsonRepresentation
273
- property :filter, as: 'filter'
274
- property :match, as: 'match'
275
- collection :values, as: 'values'
276
- end
277
- end
278
-
279
181
  class Query
280
182
  # @private
281
183
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -355,15 +257,6 @@ module Google
355
257
  end
356
258
  end
357
259
 
358
- class Rule
359
- # @private
360
- class Representation < Google::Apis::Core::JsonRepresentation
361
- collection :disjunctive_match_statements, as: 'disjunctiveMatchStatements', class: Google::Apis::DoubleclickbidmanagerV2::DisjunctiveMatchStatement, decorator: Google::Apis::DoubleclickbidmanagerV2::DisjunctiveMatchStatement::Representation
362
-
363
- property :name, as: 'name'
364
- end
365
- end
366
-
367
260
  class RunQueryRequest
368
261
  # @private
369
262
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-doubleclickbidmanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-doubleclickbidmanager_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-doubleclickbidmanager_v2/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-doubleclickbidmanager_v2/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-doubleclickbidmanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []