| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  | # Copyright 2015 Google Inc. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Licensed under the Apache License, Version 2.0 (the "License"); | 
					
						
							|  |  |  | # you may not use this file except in compliance with the License. | 
					
						
							|  |  |  | # You may obtain a copy of the License at | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #      http://www.apache.org/licenses/LICENSE-2.0 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Unless required by applicable law or agreed to in writing, software | 
					
						
							|  |  |  | # distributed under the License is distributed on an "AS IS" BASIS, | 
					
						
							|  |  |  | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
					
						
							|  |  |  | # See the License for the specific language governing permissions and | 
					
						
							|  |  |  | # limitations under the License. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | require 'date' | 
					
						
							|  |  |  | require 'google/apis/core/base_service' | 
					
						
							|  |  |  | require 'google/apis/core/json_representation' | 
					
						
							|  |  |  | require 'google/apis/core/hashable' | 
					
						
							|  |  |  | require 'google/apis/errors' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | module Google | 
					
						
							|  |  |  |   module Apis | 
					
						
							|  |  |  |     module DoubleclickbidmanagerV1 | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Request to fetch stored line items. | 
					
						
							|  |  |  |       class DownloadLineItemsRequest | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # File specification (column names, types, order) in which the line items will | 
					
						
							|  |  |  |         # be returned. Default to EWF. | 
					
						
							| 
									
										
										
										
											2015-12-03 01:10:07 +00:00
										 |  |  |         # Corresponds to the JSON property `fileSpec` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :file_spec | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Ids of the specified filter type used to filter line items to fetch. If | 
					
						
							|  |  |  |         # omitted, all the line items will be returned. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `filterIds` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Array<Fixnum>] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :filter_ids | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Filter type used to filter line items to fetch. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `filterType` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :filter_type | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Format in which the line items will be returned. Default to CSV. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `format` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :format | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @file_spec = args[:file_spec] if args.key?(:file_spec) | 
					
						
							|  |  |  |           @filter_ids = args[:filter_ids] if args.key?(:filter_ids) | 
					
						
							|  |  |  |           @filter_type = args[:filter_type] if args.key?(:filter_type) | 
					
						
							|  |  |  |           @format = args[:format] if args.key?(:format) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Download line items response. | 
					
						
							|  |  |  |       class DownloadLineItemsResponse | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Retrieved line items in CSV format. For more information about file formats, | 
					
						
							|  |  |  |         # see Entity Write File Format. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `lineItems` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :line_items | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @line_items = args[:line_items] if args.key?(:line_items) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2019-01-11 00:36:34 +00:00
										 |  |  |       # Request to fetch stored inventory sources, campaigns, insertion orders, line | 
					
						
							| 
									
										
										
										
											2020-07-31 00:37:55 +00:00
										 |  |  |       # items, YouTube ad groups and ads. | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |       class DownloadRequest | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # File types that will be returned. If INVENTORY_SOURCE is requested, no other | 
					
						
							|  |  |  |         # file types may be requested. Acceptable values are: - "AD" - "AD_GROUP" - " | 
					
						
							|  |  |  |         # CAMPAIGN" - "INSERTION_ORDER" - "INVENTORY_SOURCE" - "LINE_ITEM" | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Corresponds to the JSON property `fileTypes` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :file_types | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # The IDs of the specified filter type. This is used to filter entities to fetch. | 
					
						
							|  |  |  |         # At least one ID must be specified. | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Corresponds to the JSON property `filterIds` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Array<Fixnum>] | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         attr_accessor :filter_ids | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2019-04-27 00:37:23 +00:00
										 |  |  |         # Filter type used to filter entities to fetch. PARTNER_ID and | 
					
						
							|  |  |  |         # INVENTORY_SOURCE_ID may only be used when downloading inventory sources. | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Corresponds to the JSON property `filterType` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :filter_type | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # SDF Version (column names, types, order) in which the entities will be | 
					
						
							| 
									
										
										
										
											2020-10-14 00:38:44 +00:00
										 |  |  |         # returned. Default to 5.2. | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Corresponds to the JSON property `version` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :version | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							|  |  |  |           @file_types = args[:file_types] if args.key?(:file_types) | 
					
						
							|  |  |  |           @filter_ids = args[:filter_ids] if args.key?(:filter_ids) | 
					
						
							|  |  |  |           @filter_type = args[:filter_type] if args.key?(:filter_type) | 
					
						
							|  |  |  |           @version = args[:version] if args.key?(:version) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Download response. | 
					
						
							|  |  |  |       class DownloadResponse | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Retrieved ad groups in SDF format. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `adGroups` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :ad_groups | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Retrieved ads in SDF format. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `ads` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :ads | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2018-02-17 00:35:51 +00:00
										 |  |  |         # Retrieved campaigns in SDF format. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `campaigns` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :campaigns | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Retrieved insertion orders in SDF format. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `insertionOrders` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :insertion_orders | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2019-01-11 00:36:34 +00:00
										 |  |  |         #  | 
					
						
							|  |  |  |         # Corresponds to the JSON property `inventorySources` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :inventory_sources | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |         # Retrieved line items in SDF format. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `lineItems` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :line_items | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							|  |  |  |           @ad_groups = args[:ad_groups] if args.key?(:ad_groups) | 
					
						
							|  |  |  |           @ads = args[:ads] if args.key?(:ads) | 
					
						
							| 
									
										
										
										
											2018-02-17 00:35:51 +00:00
										 |  |  |           @campaigns = args[:campaigns] if args.key?(:campaigns) | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |           @insertion_orders = args[:insertion_orders] if args.key?(:insertion_orders) | 
					
						
							| 
									
										
										
										
											2019-01-11 00:36:34 +00:00
										 |  |  |           @inventory_sources = args[:inventory_sources] if args.key?(:inventory_sources) | 
					
						
							| 
									
										
										
										
											2016-10-04 00:27:26 +00:00
										 |  |  |           @line_items = args[:line_items] if args.key?(:line_items) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |       # Filter used to match traffic data in your report. | 
					
						
							|  |  |  |       class FilterPair | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Filter type. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `type` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :type | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Filter value. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `value` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :value | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @type = args[:type] if args.key?(:type) | 
					
						
							|  |  |  |           @value = args[:value] if args.key?(:value) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # List queries response. | 
					
						
							|  |  |  |       class ListQueriesResponse | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Identifies what kind of resource this is. Value: the fixed string " | 
					
						
							|  |  |  |         # doubleclickbidmanager#listQueriesResponse". | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `kind` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :kind | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Retrieved queries. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `queries` | 
					
						
							|  |  |  |         # @return [Array<Google::Apis::DoubleclickbidmanagerV1::Query>] | 
					
						
							|  |  |  |         attr_accessor :queries | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @kind = args[:kind] if args.key?(:kind) | 
					
						
							|  |  |  |           @queries = args[:queries] if args.key?(:queries) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # List reports response. | 
					
						
							|  |  |  |       class ListReportsResponse | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Identifies what kind of resource this is. Value: the fixed string " | 
					
						
							|  |  |  |         # doubleclickbidmanager#listReportsResponse". | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `kind` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :kind | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Retrieved reports. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `reports` | 
					
						
							|  |  |  |         # @return [Array<Google::Apis::DoubleclickbidmanagerV1::Report>] | 
					
						
							|  |  |  |         attr_accessor :reports | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @kind = args[:kind] if args.key?(:kind) | 
					
						
							|  |  |  |           @reports = args[:reports] if args.key?(:reports) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Parameters of a query or report. | 
					
						
							|  |  |  |       class Parameters | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Filters used to match traffic data in your report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `filters` | 
					
						
							|  |  |  |         # @return [Array<Google::Apis::DoubleclickbidmanagerV1::FilterPair>] | 
					
						
							|  |  |  |         attr_accessor :filters | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Data is grouped by the filters listed in this field. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `groupBys` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :group_bys | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2019-04-27 00:37:23 +00:00
										 |  |  |         # Deprecated. This field is no longer in use. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `includeInviteData` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :include_invite_data | 
					
						
							|  |  |  |         alias_method :include_invite_data?, :include_invite_data | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Metrics to include as columns in your report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `metrics` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :metrics | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Report type. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `type` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :type | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @filters = args[:filters] if args.key?(:filters) | 
					
						
							|  |  |  |           @group_bys = args[:group_bys] if args.key?(:group_bys) | 
					
						
							|  |  |  |           @include_invite_data = args[:include_invite_data] if args.key?(:include_invite_data) | 
					
						
							|  |  |  |           @metrics = args[:metrics] if args.key?(:metrics) | 
					
						
							|  |  |  |           @type = args[:type] if args.key?(:type) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Represents a query. | 
					
						
							|  |  |  |       class Query | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Identifies what kind of resource this is. Value: the fixed string " | 
					
						
							|  |  |  |         # doubleclickbidmanager#query". | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `kind` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :kind | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Query metadata. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `metadata` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::QueryMetadata] | 
					
						
							|  |  |  |         attr_accessor :metadata | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Parameters of a query or report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `params` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::Parameters] | 
					
						
							|  |  |  |         attr_accessor :params | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Query ID. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `queryId` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :query_id | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The ending time for the data that is shown in the report. Note, | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # reportDataEndTimeMs is required if metadata.dataRange is CUSTOM_DATES and | 
					
						
							|  |  |  |         # ignored otherwise. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `reportDataEndTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_end_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The starting time for the data that is shown in the report. Note, | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # reportDataStartTimeMs is required if metadata.dataRange is CUSTOM_DATES and | 
					
						
							|  |  |  |         # ignored otherwise. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `reportDataStartTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_start_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Information on how frequently and when to run a query. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `schedule` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::QuerySchedule] | 
					
						
							|  |  |  |         attr_accessor :schedule | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Canonical timezone code for report data time. Defaults to America/New_York. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `timezoneCode` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :timezone_code | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @kind = args[:kind] if args.key?(:kind) | 
					
						
							|  |  |  |           @metadata = args[:metadata] if args.key?(:metadata) | 
					
						
							|  |  |  |           @params = args[:params] if args.key?(:params) | 
					
						
							|  |  |  |           @query_id = args[:query_id] if args.key?(:query_id) | 
					
						
							|  |  |  |           @report_data_end_time_ms = args[:report_data_end_time_ms] if args.key?(:report_data_end_time_ms) | 
					
						
							|  |  |  |           @report_data_start_time_ms = args[:report_data_start_time_ms] if args.key?(:report_data_start_time_ms) | 
					
						
							|  |  |  |           @schedule = args[:schedule] if args.key?(:schedule) | 
					
						
							|  |  |  |           @timezone_code = args[:timezone_code] if args.key?(:timezone_code) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Query metadata. | 
					
						
							|  |  |  |       class QueryMetadata | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Range of report data. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `dataRange` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :data_range | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Format of the generated report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `format` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :format | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The path to the location in Google Cloud Storage where the latest report is | 
					
						
							|  |  |  |         # stored. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `googleCloudStoragePathForLatestReport` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :google_cloud_storage_path_for_latest_report | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The path in Google Drive for the latest report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `googleDrivePathForLatestReport` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :google_drive_path_for_latest_report | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The time when the latest report started to run. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `latestReportRunTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :latest_report_run_time_ms | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Locale of the generated reports. Valid values are cs CZECH de GERMAN en | 
					
						
							|  |  |  |         # ENGLISH es SPANISH fr FRENCH it ITALIAN ja JAPANESE ko KOREAN pl POLISH pt-BR | 
					
						
							|  |  |  |         # BRAZILIAN_PORTUGUESE ru RUSSIAN tr TURKISH uk UKRAINIAN zh-CN CHINA_CHINESE zh- | 
					
						
							|  |  |  |         # TW TAIWAN_CHINESE An locale string not in the list above will generate reports | 
					
						
							|  |  |  |         # in English. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `locale` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :locale | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Number of reports that have been generated for the query. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `reportCount` | 
					
						
							|  |  |  |         # @return [Fixnum] | 
					
						
							|  |  |  |         attr_accessor :report_count | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Whether the latest report is currently running. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `running` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :running | 
					
						
							|  |  |  |         alias_method :running?, :running | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Whether to send an email notification when a report is ready. Default to false. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `sendNotification` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :send_notification | 
					
						
							|  |  |  |         alias_method :send_notification?, :send_notification | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # List of email addresses which are sent email notifications when the report is | 
					
						
							|  |  |  |         # finished. Separate from sendNotification. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `shareEmailAddress` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :share_email_address | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Query title. It is used to name the reports generated from this query. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `title` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :title | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @data_range = args[:data_range] if args.key?(:data_range) | 
					
						
							|  |  |  |           @format = args[:format] if args.key?(:format) | 
					
						
							|  |  |  |           @google_cloud_storage_path_for_latest_report = args[:google_cloud_storage_path_for_latest_report] if args.key?(:google_cloud_storage_path_for_latest_report) | 
					
						
							|  |  |  |           @google_drive_path_for_latest_report = args[:google_drive_path_for_latest_report] if args.key?(:google_drive_path_for_latest_report) | 
					
						
							|  |  |  |           @latest_report_run_time_ms = args[:latest_report_run_time_ms] if args.key?(:latest_report_run_time_ms) | 
					
						
							|  |  |  |           @locale = args[:locale] if args.key?(:locale) | 
					
						
							|  |  |  |           @report_count = args[:report_count] if args.key?(:report_count) | 
					
						
							|  |  |  |           @running = args[:running] if args.key?(:running) | 
					
						
							|  |  |  |           @send_notification = args[:send_notification] if args.key?(:send_notification) | 
					
						
							|  |  |  |           @share_email_address = args[:share_email_address] if args.key?(:share_email_address) | 
					
						
							|  |  |  |           @title = args[:title] if args.key?(:title) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Information on how frequently and when to run a query. | 
					
						
							|  |  |  |       class QuerySchedule | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Datetime to periodically run the query until. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `endTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :end_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # How often the query is run. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `frequency` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :frequency | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-09-14 23:21:28 +00:00
										 |  |  |         # Deprecated. This field has no effect. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `nextRunMinuteOfDay` | 
					
						
							|  |  |  |         # @return [Fixnum] | 
					
						
							|  |  |  |         attr_accessor :next_run_minute_of_day | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Canonical timezone code for report generation time. Defaults to America/ | 
					
						
							|  |  |  |         # New_York. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `nextRunTimezoneCode` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :next_run_timezone_code | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @end_time_ms = args[:end_time_ms] if args.key?(:end_time_ms) | 
					
						
							|  |  |  |           @frequency = args[:frequency] if args.key?(:frequency) | 
					
						
							|  |  |  |           @next_run_minute_of_day = args[:next_run_minute_of_day] if args.key?(:next_run_minute_of_day) | 
					
						
							|  |  |  |           @next_run_timezone_code = args[:next_run_timezone_code] if args.key?(:next_run_timezone_code) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Represents a report. | 
					
						
							|  |  |  |       class Report | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Key used to identify a report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `key` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::ReportKey] | 
					
						
							|  |  |  |         attr_accessor :key | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Report metadata. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `metadata` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::ReportMetadata] | 
					
						
							|  |  |  |         attr_accessor :metadata | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Parameters of a query or report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `params` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::Parameters] | 
					
						
							|  |  |  |         attr_accessor :params | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @key = args[:key] if args.key?(:key) | 
					
						
							|  |  |  |           @metadata = args[:metadata] if args.key?(:metadata) | 
					
						
							|  |  |  |           @params = args[:params] if args.key?(:params) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # An explanation of a report failure. | 
					
						
							|  |  |  |       class ReportFailure | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Error code that shows why the report was not created. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `errorCode` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :error_code | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @error_code = args[:error_code] if args.key?(:error_code) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Key used to identify a report. | 
					
						
							|  |  |  |       class ReportKey | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Query ID. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `queryId` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :query_id | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Report ID. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `reportId` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_id | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @query_id = args[:query_id] if args.key?(:query_id) | 
					
						
							|  |  |  |           @report_id = args[:report_id] if args.key?(:report_id) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Report metadata. | 
					
						
							|  |  |  |       class ReportMetadata | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # The path to the location in Google Cloud Storage where the report is stored. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `googleCloudStoragePath` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :google_cloud_storage_path | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The ending time for the data that is shown in the report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `reportDataEndTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_end_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The starting time for the data that is shown in the report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `reportDataStartTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_start_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Report status. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `status` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::ReportStatus] | 
					
						
							|  |  |  |         attr_accessor :status | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @google_cloud_storage_path = args[:google_cloud_storage_path] if args.key?(:google_cloud_storage_path) | 
					
						
							|  |  |  |           @report_data_end_time_ms = args[:report_data_end_time_ms] if args.key?(:report_data_end_time_ms) | 
					
						
							|  |  |  |           @report_data_start_time_ms = args[:report_data_start_time_ms] if args.key?(:report_data_start_time_ms) | 
					
						
							|  |  |  |           @status = args[:status] if args.key?(:status) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Report status. | 
					
						
							|  |  |  |       class ReportStatus | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # An explanation of a report failure. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `failure` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::ReportFailure] | 
					
						
							|  |  |  |         attr_accessor :failure | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The time when this report either completed successfully or failed. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `finishTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :finish_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The file type of the report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `format` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :format | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The state of the report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `state` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :state | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @failure = args[:failure] if args.key?(:failure) | 
					
						
							|  |  |  |           @finish_time_ms = args[:finish_time_ms] if args.key?(:finish_time_ms) | 
					
						
							|  |  |  |           @format = args[:format] if args.key?(:format) | 
					
						
							|  |  |  |           @state = args[:state] if args.key?(:state) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Represents the upload status of a row in the request. | 
					
						
							|  |  |  |       class RowStatus | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Whether the stored entity is changed as a result of upload. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `changed` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :changed | 
					
						
							|  |  |  |         alias_method :changed?, :changed | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Entity Id. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `entityId` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :entity_id | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Entity name. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `entityName` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :entity_name | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Reasons why the entity can't be uploaded. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `errors` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :errors | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Whether the entity is persisted. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `persisted` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :persisted | 
					
						
							|  |  |  |         alias_method :persisted?, :persisted | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Row number. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `rowNumber` | 
					
						
							|  |  |  |         # @return [Fixnum] | 
					
						
							|  |  |  |         attr_accessor :row_number | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @changed = args[:changed] if args.key?(:changed) | 
					
						
							|  |  |  |           @entity_id = args[:entity_id] if args.key?(:entity_id) | 
					
						
							|  |  |  |           @entity_name = args[:entity_name] if args.key?(:entity_name) | 
					
						
							|  |  |  |           @errors = args[:errors] if args.key?(:errors) | 
					
						
							|  |  |  |           @persisted = args[:persisted] if args.key?(:persisted) | 
					
						
							|  |  |  |           @row_number = args[:row_number] if args.key?(:row_number) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Request to run a stored query to generate a report. | 
					
						
							|  |  |  |       class RunQueryRequest | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Report data range used to generate the report. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `dataRange` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :data_range | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The ending time for the data that is shown in the report. Note, | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored | 
					
						
							|  |  |  |         # otherwise. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `reportDataEndTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_end_time_ms | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # The starting time for the data that is shown in the report. Note, | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored | 
					
						
							|  |  |  |         # otherwise. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `reportDataStartTimeMs` | 
					
						
							| 
									
										
										
										
											2017-04-03 20:18:48 +00:00
										 |  |  |         # @return [Fixnum] | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         attr_accessor :report_data_start_time_ms | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Canonical timezone code for report data time. Defaults to America/New_York. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `timezoneCode` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :timezone_code | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @data_range = args[:data_range] if args.key?(:data_range) | 
					
						
							|  |  |  |           @report_data_end_time_ms = args[:report_data_end_time_ms] if args.key?(:report_data_end_time_ms) | 
					
						
							|  |  |  |           @report_data_start_time_ms = args[:report_data_start_time_ms] if args.key?(:report_data_start_time_ms) | 
					
						
							|  |  |  |           @timezone_code = args[:timezone_code] if args.key?(:timezone_code) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Request to upload line items. | 
					
						
							|  |  |  |       class UploadLineItemsRequest | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Set to true to get upload status without actually persisting the line items. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `dryRun` | 
					
						
							|  |  |  |         # @return [Boolean] | 
					
						
							|  |  |  |         attr_accessor :dry_run | 
					
						
							|  |  |  |         alias_method :dry_run?, :dry_run | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Format the line items are in. Default to CSV. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `format` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :format | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2020-08-14 00:38:12 +00:00
										 |  |  |         # Line items in CSV to upload. Refer to Entity Write File Format for more | 
					
						
							|  |  |  |         # information on file format. | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         # Corresponds to the JSON property `lineItems` | 
					
						
							|  |  |  |         # @return [String] | 
					
						
							|  |  |  |         attr_accessor :line_items | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @dry_run = args[:dry_run] if args.key?(:dry_run) | 
					
						
							|  |  |  |           @format = args[:format] if args.key?(:format) | 
					
						
							|  |  |  |           @line_items = args[:line_items] if args.key?(:line_items) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Upload line items response. | 
					
						
							|  |  |  |       class UploadLineItemsResponse | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Represents the status of upload. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `uploadStatus` | 
					
						
							|  |  |  |         # @return [Google::Apis::DoubleclickbidmanagerV1::UploadStatus] | 
					
						
							|  |  |  |         attr_accessor :upload_status | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @upload_status = args[:upload_status] if args.key?(:upload_status) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |       # Represents the status of upload. | 
					
						
							|  |  |  |       class UploadStatus | 
					
						
							|  |  |  |         include Google::Apis::Core::Hashable | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Reasons why upload can't be completed. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `errors` | 
					
						
							|  |  |  |         # @return [Array<String>] | 
					
						
							|  |  |  |         attr_accessor :errors | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Per-row upload status. | 
					
						
							|  |  |  |         # Corresponds to the JSON property `rowStatus` | 
					
						
							|  |  |  |         # @return [Array<Google::Apis::DoubleclickbidmanagerV1::RowStatus>] | 
					
						
							|  |  |  |         attr_accessor :row_status | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         def initialize(**args) | 
					
						
							|  |  |  |            update!(**args) | 
					
						
							|  |  |  |         end | 
					
						
							|  |  |  |        | 
					
						
							|  |  |  |         # Update properties of this object | 
					
						
							|  |  |  |         def update!(**args) | 
					
						
							| 
									
										
										
										
											2016-01-29 22:32:46 +00:00
										 |  |  |           @errors = args[:errors] if args.key?(:errors) | 
					
						
							|  |  |  |           @row_status = args[:row_status] if args.key?(:row_status) | 
					
						
							| 
									
										
										
										
											2015-06-23 23:05:46 +00:00
										 |  |  |         end | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |     end | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |