google-api-ruby-client/generated/google/apis/youtubereporting_v1/representations.rb

150 lines
4.8 KiB
Ruby
Raw Normal View History

2015-12-03 01:10:07 +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 YoutubereportingV1
2017-03-10 21:11:09 +00:00
class Media
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
2017-03-27 22:14:47 +00:00
class ReportType
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-27 22:14:47 +00:00
class Report
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-27 22:14:47 +00:00
class Empty
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-27 22:14:47 +00:00
class ListReportTypesResponse
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-10 21:11:09 +00:00
class ListJobsResponse
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-10 21:11:09 +00:00
class Job
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-10 21:11:09 +00:00
class ListReportsResponse
2015-12-03 01:10:07 +00:00
class Representation < Google::Apis::Core::JsonRepresentation; end
2016-02-25 23:16:53 +00:00
include Google::Apis::Core::JsonObjectSupport
2015-12-03 01:10:07 +00:00
end
2017-03-10 21:11:09 +00:00
class Media
# @private
class Representation < Google::Apis::Core::JsonRepresentation
2017-03-10 21:11:09 +00:00
property :resource_name, as: 'resourceName'
end
2015-12-03 01:10:07 +00:00
end
2017-03-27 22:14:47 +00:00
class ReportType
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :deprecate_time, as: 'deprecateTime'
property :name, as: 'name'
property :id, as: 'id'
property :system_managed, as: 'systemManaged'
end
end
class Report
2015-12-03 01:10:07 +00:00
# @private
class Representation < Google::Apis::Core::JsonRepresentation
2017-03-27 22:14:47 +00:00
property :job_id, as: 'jobId'
property :id, as: 'id'
2017-02-13 23:28:52 +00:00
property :end_time, as: 'endTime'
2017-03-27 22:14:47 +00:00
property :job_expire_time, as: 'jobExpireTime'
property :download_url, as: 'downloadUrl'
property :start_time, as: 'startTime'
2017-03-10 21:11:09 +00:00
property :create_time, as: 'createTime'
2015-12-03 01:10:07 +00:00
end
end
2017-03-10 21:11:09 +00:00
class Empty
2015-12-03 01:10:07 +00:00
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
class ListReportTypesResponse
2015-12-03 01:10:07 +00:00
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :report_types, as: 'reportTypes', class: Google::Apis::YoutubereportingV1::ReportType, decorator: Google::Apis::YoutubereportingV1::ReportType::Representation
property :next_page_token, as: 'nextPageToken'
2015-12-03 01:10:07 +00:00
end
end
class ListJobsResponse
2015-12-03 01:10:07 +00:00
# @private
class Representation < Google::Apis::Core::JsonRepresentation
2017-03-10 21:11:09 +00:00
property :next_page_token, as: 'nextPageToken'
collection :jobs, as: 'jobs', class: Google::Apis::YoutubereportingV1::Job, decorator: Google::Apis::YoutubereportingV1::Job::Representation
2015-12-03 01:10:07 +00:00
end
end
class Job
2015-12-03 01:10:07 +00:00
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :create_time, as: 'createTime'
2017-03-10 21:11:09 +00:00
property :report_type_id, as: 'reportTypeId'
2017-03-27 22:14:47 +00:00
property :expire_time, as: 'expireTime'
property :name, as: 'name'
property :system_managed, as: 'systemManaged'
2017-03-10 21:11:09 +00:00
property :id, as: 'id'
2015-12-03 01:10:07 +00:00
end
end
class ListReportsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
2017-03-27 22:14:47 +00:00
property :next_page_token, as: 'nextPageToken'
2015-12-03 01:10:07 +00:00
collection :reports, as: 'reports', class: Google::Apis::YoutubereportingV1::Report, decorator: Google::Apis::YoutubereportingV1::Report::Representation
end
end
end
end
end