google-apis-doubleclickbidmanager_v2 0.1.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: 2563dd363ed26db8b855cb3feca8db8242ea98c9fd43f482ea45339d6ddbd479
4
- data.tar.gz: efa5b255f79a638162c576251531ec611836d2997e6237413a5b31cf75e45bfe
3
+ metadata.gz: 2250b9edfb7eb202992c420acfc5390c6c04263b6a450bc6a79eb6ac16ea0226
4
+ data.tar.gz: 6223569dcc56f6f540535e31a87dd0c5e0d676e23954feec4a88f97ce518250b
5
5
  SHA512:
6
- metadata.gz: 60c6fa5acbbccdf5d1a340c25593428860e377314b630e81825f82ebad4ff644f77defa0ce75f39259946397d8465aae569100adff1364e3ba29b9993111b746
7
- data.tar.gz: 739f49c44b709da937f264e5eb4c8d90f5936ba8cf7d7f3731b0b66a3d756c18b790ab4076e554de8023f52a66403078337bdd963b814e6501cea3df962b8f2e
6
+ metadata.gz: a619e9dc0c1b895d877a557ce418798bd927c4ee04e3f4a485a624fa0a9bf6cb06c5a7c6e21286477be3fd63d1d0078e1b56ba2af9a3421513bd05ffae67eb91
7
+ data.tar.gz: 212932febad7b93967cf0bb95811a4c2abeb8160548b543d087b304a24ed5cd347351a77f86ef3474db9d8e4771046c874689353896357da5f03053375a51489
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.3.0 (2022-07-02)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.2.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.1.0 (2022-06-06)
4
17
 
5
18
  * Regenerated from discovery document revision 20220524
@@ -167,7 +167,7 @@ module Google
167
167
  class EventFilter
168
168
  include Google::Apis::Core::Hashable
169
169
 
170
- # Dimension Filter on path events.
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
- # Represents a list of queries.
210
+ #
211
211
  class ListQueriesResponse
212
212
  include Google::Apis::Core::Hashable
213
213
 
214
- # A token, which can be sent as `page_token` to retrieve the next page of
215
- # queries. If this field is omitted, there are no subsequent pages.
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
- # Retrieved queries.
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
- # Represents a list of reports.
236
+ #
237
237
  class ListReportsResponse
238
238
  include Google::Apis::Core::Hashable
239
239
 
240
- # A token, which can be sent as `page_token` to retrieve the next page of
241
- # reports. If this field is omitted, there are no subsequent pages.
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
- # Report type.
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
- # Indicates the position of the path the filter should match to (first, last, or
347
- # any event in path).
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 Filter on path events.
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
- # Indicates how the filter should be matched to the value.
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
- # Value to filter on.
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 and when to run a query.
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 `sendNotification`.
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 and when to run a query.
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.1.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.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
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 stored query as well as the associated stored reports.
83
+ # Deletes a query as well as the associated reports.
84
84
  # @param [Fixnum] query_id
85
- # Required. Query ID to delete.
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 stored query.
111
+ # Retrieves a query.
112
112
  # @param [Fixnum] query_id
113
- # Required. Query ID to retrieve.
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
- # Retrieves stored queries.
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. Query ID to run.
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 stored report.
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. Query ID with which the reports are associated.
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.1.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-06-13 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.1.0
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: []