google-apis-doubleclickbidmanager_v2 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2250b9edfb7eb202992c420acfc5390c6c04263b6a450bc6a79eb6ac16ea0226
|
4
|
+
data.tar.gz: 6223569dcc56f6f540535e31a87dd0c5e0d676e23954feec4a88f97ce518250b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a619e9dc0c1b895d877a557ce418798bd927c4ee04e3f4a485a624fa0a9bf6cb06c5a7c6e21286477be3fd63d1d0078e1b56ba2af9a3421513bd05ffae67eb91
|
7
|
+
data.tar.gz: 212932febad7b93967cf0bb95811a4c2abeb8160548b543d087b304a24ed5cd347351a77f86ef3474db9d8e4771046c874689353896357da5f03053375a51489
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-doubleclickbidmanager_v2
|
2
2
|
|
3
|
+
### v0.4.0 (2022-07-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220707
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.3.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -167,7 +167,7 @@ module Google
|
|
167
167
|
class EventFilter
|
168
168
|
include Google::Apis::Core::Hashable
|
169
169
|
|
170
|
-
# Dimension
|
170
|
+
# Dimension filter on path events.
|
171
171
|
# Corresponds to the JSON property `dimensionFilter`
|
172
172
|
# @return [Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter]
|
173
173
|
attr_accessor :dimension_filter
|
@@ -207,17 +207,17 @@ module Google
|
|
207
207
|
end
|
208
208
|
end
|
209
209
|
|
210
|
-
#
|
210
|
+
#
|
211
211
|
class ListQueriesResponse
|
212
212
|
include Google::Apis::Core::Hashable
|
213
213
|
|
214
|
-
# A token, which can be sent as
|
215
|
-
#
|
214
|
+
# A token, which can be sent as page_token to retrieve the next page of queries.
|
215
|
+
# If this field is omitted, there are no subsequent pages.
|
216
216
|
# Corresponds to the JSON property `nextPageToken`
|
217
217
|
# @return [String]
|
218
218
|
attr_accessor :next_page_token
|
219
219
|
|
220
|
-
#
|
220
|
+
# The list of queries.
|
221
221
|
# Corresponds to the JSON property `queries`
|
222
222
|
# @return [Array<Google::Apis::DoubleclickbidmanagerV2::Query>]
|
223
223
|
attr_accessor :queries
|
@@ -233,12 +233,12 @@ module Google
|
|
233
233
|
end
|
234
234
|
end
|
235
235
|
|
236
|
-
#
|
236
|
+
#
|
237
237
|
class ListReportsResponse
|
238
238
|
include Google::Apis::Core::Hashable
|
239
239
|
|
240
|
-
# A token, which can be sent as
|
241
|
-
#
|
240
|
+
# A token, which can be sent as page_token to retrieve the next page of reports.
|
241
|
+
# If this field is omitted, there are no subsequent pages.
|
242
242
|
# Corresponds to the JSON property `nextPageToken`
|
243
243
|
# @return [String]
|
244
244
|
attr_accessor :next_page_token
|
@@ -311,7 +311,8 @@ module Google
|
|
311
311
|
# @return [Google::Apis::DoubleclickbidmanagerV2::Options]
|
312
312
|
attr_accessor :options
|
313
313
|
|
314
|
-
#
|
314
|
+
# The type of the report. The type of the report will dictate what dimesions,
|
315
|
+
# filters, and metrics can be used.
|
315
316
|
# Corresponds to the JSON property `type`
|
316
317
|
# @return [String]
|
317
318
|
attr_accessor :type
|
@@ -343,8 +344,8 @@ module Google
|
|
343
344
|
# @return [Array<Google::Apis::DoubleclickbidmanagerV2::EventFilter>]
|
344
345
|
attr_accessor :event_filters
|
345
346
|
|
346
|
-
#
|
347
|
-
#
|
347
|
+
# The position of the path the filter should match to (first, last, or any event
|
348
|
+
# in path).
|
348
349
|
# Corresponds to the JSON property `pathMatchPosition`
|
349
350
|
# @return [String]
|
350
351
|
attr_accessor :path_match_position
|
@@ -386,7 +387,7 @@ module Google
|
|
386
387
|
end
|
387
388
|
end
|
388
389
|
|
389
|
-
# Dimension
|
390
|
+
# Dimension filter on path events.
|
390
391
|
class PathQueryOptionsFilter
|
391
392
|
include Google::Apis::Core::Hashable
|
392
393
|
|
@@ -395,12 +396,12 @@ module Google
|
|
395
396
|
# @return [String]
|
396
397
|
attr_accessor :filter
|
397
398
|
|
398
|
-
#
|
399
|
+
# Match logic of the filter.
|
399
400
|
# Corresponds to the JSON property `match`
|
400
401
|
# @return [String]
|
401
402
|
attr_accessor :match
|
402
403
|
|
403
|
-
#
|
404
|
+
# Values to filter on.
|
404
405
|
# Corresponds to the JSON property `values`
|
405
406
|
# @return [Array<String>]
|
406
407
|
attr_accessor :values
|
@@ -436,7 +437,7 @@ module Google
|
|
436
437
|
# @return [Fixnum]
|
437
438
|
attr_accessor :query_id
|
438
439
|
|
439
|
-
# Information on how frequently
|
440
|
+
# Information on when and how frequently to run a query.
|
440
441
|
# Corresponds to the JSON property `schedule`
|
441
442
|
# @return [Google::Apis::DoubleclickbidmanagerV2::QuerySchedule]
|
442
443
|
attr_accessor :schedule
|
@@ -476,7 +477,7 @@ module Google
|
|
476
477
|
alias_method :send_notification?, :send_notification
|
477
478
|
|
478
479
|
# List of email addresses which are sent email notifications when the report is
|
479
|
-
# finished. Separate from
|
480
|
+
# finished. Separate from send_notification.
|
480
481
|
# Corresponds to the JSON property `shareEmailAddress`
|
481
482
|
# @return [Array<String>]
|
482
483
|
attr_accessor :share_email_address
|
@@ -500,7 +501,7 @@ module Google
|
|
500
501
|
end
|
501
502
|
end
|
502
503
|
|
503
|
-
# Information on how frequently
|
504
|
+
# Information on when and how frequently to run a query.
|
504
505
|
class QuerySchedule
|
505
506
|
include Google::Apis::Core::Hashable
|
506
507
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -80,9 +80,9 @@ module Google
|
|
80
80
|
execute_or_queue_command(command, &block)
|
81
81
|
end
|
82
82
|
|
83
|
-
# Deletes a
|
83
|
+
# Deletes a query as well as the associated reports.
|
84
84
|
# @param [Fixnum] query_id
|
85
|
-
# Required.
|
85
|
+
# Required. ID of query to delete.
|
86
86
|
# @param [String] fields
|
87
87
|
# Selector specifying which fields to include in a partial response.
|
88
88
|
# @param [String] quota_user
|
@@ -108,9 +108,9 @@ module Google
|
|
108
108
|
execute_or_queue_command(command, &block)
|
109
109
|
end
|
110
110
|
|
111
|
-
# Retrieves a
|
111
|
+
# Retrieves a query.
|
112
112
|
# @param [Fixnum] query_id
|
113
|
-
# Required.
|
113
|
+
# Required. ID of query to retrieve.
|
114
114
|
# @param [String] fields
|
115
115
|
# Selector specifying which fields to include in a partial response.
|
116
116
|
# @param [String] quota_user
|
@@ -138,12 +138,12 @@ module Google
|
|
138
138
|
execute_or_queue_command(command, &block)
|
139
139
|
end
|
140
140
|
|
141
|
-
#
|
141
|
+
# Lists queries created by the current user.
|
142
142
|
# @param [String] order_by
|
143
143
|
# Name of a field used to order results. The default sorting order is ascending.
|
144
144
|
# To specify descending order for a field, append a " desc" suffix. For example "
|
145
|
-
# metadata.title desc". Sorting is only supported for the following fields: *
|
146
|
-
# queryId * metadata.title
|
145
|
+
# metadata.title desc". Sorting is only supported for the following fields: * `
|
146
|
+
# queryId` * `metadata.title`
|
147
147
|
# @param [Fixnum] page_size
|
148
148
|
# Maximum number of results per page. Must be between `1` and `100`. Defaults to
|
149
149
|
# `100` if unspecified.
|
@@ -181,7 +181,7 @@ module Google
|
|
181
181
|
|
182
182
|
# Runs a stored query to generate a report.
|
183
183
|
# @param [Fixnum] query_id
|
184
|
-
# Required.
|
184
|
+
# Required. ID of query to run.
|
185
185
|
# @param [Google::Apis::DoubleclickbidmanagerV2::RunQueryRequest] run_query_request_object
|
186
186
|
# @param [Boolean] synchronous
|
187
187
|
# Whether the query should be run synchronously. When true, this method will not
|
@@ -217,7 +217,7 @@ module Google
|
|
217
217
|
execute_or_queue_command(command, &block)
|
218
218
|
end
|
219
219
|
|
220
|
-
# Retrieves a
|
220
|
+
# Retrieves a report.
|
221
221
|
# @param [Fixnum] query_id
|
222
222
|
# Required. ID of the query the report is associated with.
|
223
223
|
# @param [Fixnum] report_id
|
@@ -250,14 +250,14 @@ module Google
|
|
250
250
|
execute_or_queue_command(command, &block)
|
251
251
|
end
|
252
252
|
|
253
|
-
# Lists reports.
|
253
|
+
# Lists reports associated with a query.
|
254
254
|
# @param [Fixnum] query_id
|
255
|
-
# Required.
|
255
|
+
# Required. ID of the query with which the reports are associated.
|
256
256
|
# @param [String] order_by
|
257
257
|
# Name of a field used to order results. The default sorting order is ascending.
|
258
258
|
# To specify descending order for a field, append a " desc" suffix. For example "
|
259
|
-
# key.reportId desc". Sorting is only supported for the following fields: * key.
|
260
|
-
# reportId
|
259
|
+
# key.reportId desc". Sorting is only supported for the following fields: * `key.
|
260
|
+
# reportId`
|
261
261
|
# @param [Fixnum] page_size
|
262
262
|
# Maximum number of results per page. Must be between `1` and `100`. Defaults to
|
263
263
|
# `100` if unspecified.
|
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.
|
4
|
+
version: 0.4.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: 2022-07-
|
11
|
+
date: 2022-07-18 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-doubleclickbidmanager_v2/v0.4.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: []
|