Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Unified Diff: discovery/googleapis/youtubereporting__v1.json

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis/youtubereporting__v1.json
diff --git a/discovery/googleapis/youtubereporting__v1.json b/discovery/googleapis/youtubereporting__v1.json
index 1739ceaecce272ca97d6467241a1aeccf8d03405..f473becfdc1aed6f6fb1356e58cece2292e59024 100644
--- a/discovery/googleapis/youtubereporting__v1.json
+++ b/discovery/googleapis/youtubereporting__v1.json
@@ -28,13 +28,13 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
- "access_token": {
- "description": "OAuth access token.",
+ "key": {
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
- "key": {
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
+ "access_token": {
+ "description": "OAuth access token.",
"location": "query",
"type": "string"
},
@@ -70,13 +70,13 @@
"location": "query",
"type": "boolean"
},
- "fields": {
- "description": "Selector specifying which fields to include in a partial response.",
+ "uploadType": {
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
- "uploadType": {
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
+ "fields": {
+ "description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
@@ -117,32 +117,38 @@
},
"protocol": "rest",
"resources": {
- "jobs": {
+ "media": {
"methods": {
- "create": {
- "description": "Creates a job and returns it.",
- "httpMethod": "POST",
- "id": "youtubereporting.jobs.create",
- "parameterOrder": [],
+ "download": {
+ "description": "Method for media download. Download is supported\non the URI `/v1/media/{+name}?alt=media`.",
+ "httpMethod": "GET",
+ "id": "youtubereporting.media.download",
+ "parameterOrder": [
+ "resourceName"
+ ],
"parameters": {
- "onBehalfOfContentOwner": {
- "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
- "location": "query",
+ "resourceName": {
+ "description": "Name of the media that is being downloaded. See\nReadRequest.resource_name.",
+ "location": "path",
+ "pattern": "^.+$",
+ "required": true,
"type": "string"
}
},
- "path": "v1/jobs",
- "request": {
- "$ref": "Job"
- },
+ "path": "v1/media/{+resourceName}",
"response": {
- "$ref": "Job"
+ "$ref": "Media"
},
"scopes": [
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
- ]
- },
+ ],
+ "supportsMediaDownload": true
+ }
+ }
+ },
+ "jobs": {
+ "methods": {
"delete": {
"description": "Deletes a job.",
"httpMethod": "DELETE",
@@ -151,16 +157,16 @@
"jobId"
],
"parameters": {
- "onBehalfOfContentOwner": {
- "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
- "location": "query",
- "type": "string"
- },
"jobId": {
"description": "The ID of the job to delete.",
"location": "path",
"required": true,
"type": "string"
+ },
+ "onBehalfOfContentOwner": {
+ "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
+ "location": "query",
+ "type": "string"
}
},
"path": "v1/jobs/{jobId}",
@@ -237,6 +243,30 @@
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
+ },
+ "create": {
+ "description": "Creates a job and returns it.",
+ "httpMethod": "POST",
+ "id": "youtubereporting.jobs.create",
+ "parameterOrder": [],
+ "parameters": {
+ "onBehalfOfContentOwner": {
+ "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "v1/jobs",
+ "request": {
+ "$ref": "Job"
+ },
+ "response": {
+ "$ref": "Job"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
+ "https://www.googleapis.com/auth/yt-analytics.readonly"
+ ]
}
},
"resources": {
@@ -309,6 +339,12 @@
"reportId"
],
"parameters": {
+ "jobId": {
+ "description": "The ID of the job.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
"onBehalfOfContentOwner": {
"description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
"location": "query",
@@ -319,12 +355,6 @@
"location": "path",
"required": true,
"type": "string"
- },
- "jobId": {
- "description": "The ID of the job.",
- "location": "path",
- "required": true,
- "type": "string"
}
},
"path": "v1/jobs/{jobId}/reports/{reportId}",
@@ -348,11 +378,6 @@
"id": "youtubereporting.reportTypes.list",
"parameterOrder": [],
"parameters": {
- "onBehalfOfContentOwner": {
- "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
- "location": "query",
- "type": "string"
- },
"pageToken": {
"description": "A token identifying a page of results the server should return. Typically,\nthis is the value of\nListReportTypesResponse.next_page_token\nreturned in response to the previous call to the `ListReportTypes` method.",
"location": "query",
@@ -368,6 +393,11 @@
"format": "int32",
"location": "query",
"type": "integer"
+ },
+ "onBehalfOfContentOwner": {
+ "description": "The content owner's external ID on which behalf the user is acting on. If\nnot set, the user is acting for himself (his own channel).",
+ "location": "query",
+ "type": "string"
}
},
"path": "v1/reportTypes",
@@ -380,128 +410,86 @@
]
}
}
- },
- "media": {
- "methods": {
- "download": {
- "description": "Method for media download. Download is supported\non the URI `/v1/media/{+name}?alt=media`.",
- "httpMethod": "GET",
- "id": "youtubereporting.media.download",
- "parameterOrder": [
- "resourceName"
- ],
- "parameters": {
- "resourceName": {
- "description": "Name of the media that is being downloaded. See\nReadRequest.resource_name.",
- "location": "path",
- "pattern": "^.+$",
- "required": true,
- "type": "string"
- }
- },
- "path": "v1/media/{+resourceName}",
- "response": {
- "$ref": "Media"
- },
- "scopes": [
- "https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
- "https://www.googleapis.com/auth/yt-analytics.readonly"
- ],
- "supportsMediaDownload": true
- }
- }
}
},
- "revision": "20170302",
+ "revision": "20170326",
"rootUrl": "https://youtubereporting.googleapis.com/",
"schemas": {
- "Media": {
- "description": "Media resource.",
- "id": "Media",
+ "ListJobsResponse": {
+ "description": "Response message for ReportingService.ListJobs.",
+ "id": "ListJobsResponse",
"properties": {
- "resourceName": {
- "description": "Name of the media resource.",
+ "jobs": {
+ "description": "The list of jobs.",
+ "items": {
+ "$ref": "Job"
+ },
+ "type": "array"
+ },
+ "nextPageToken": {
+ "description": "A token to retrieve next page of results.\nPass this value in the\nListJobsRequest.page_token\nfield in the subsequent call to `ListJobs` method to retrieve the next\npage of results.",
"type": "string"
}
},
"type": "object"
},
- "ReportType": {
- "description": "A report type.",
- "id": "ReportType",
+ "Job": {
+ "description": "A job creating reports of a specific type.",
+ "id": "Job",
"properties": {
+ "name": {
+ "description": "The name of the job (max. 100 characters).",
+ "type": "string"
+ },
"id": {
- "description": "The ID of the report type (max. 100 characters).",
+ "description": "The server-generated ID of the job (max. 40 characters).",
"type": "string"
},
"systemManaged": {
- "description": "True if this a system-managed report type; otherwise false. Reporting jobs\nfor system-managed report types are created automatically and can thus not\nbe used in the `CreateJob` method.",
+ "description": "True if this a system-managed job that cannot be modified by the user;\notherwise false.",
"type": "boolean"
},
- "deprecateTime": {
- "description": "The date/time when this report type was/will be deprecated.",
+ "createTime": {
+ "description": "The creation date/time of the job.",
"format": "google-datetime",
"type": "string"
},
- "name": {
- "description": "The name of the report type (max. 100 characters).",
+ "reportTypeId": {
+ "description": "The type of reports this job creates. Corresponds to the ID of a\nReportType.",
+ "type": "string"
+ },
+ "expireTime": {
+ "description": "The date/time when this job will expire/expired. After a job expired, no\nnew reports are generated.",
+ "format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
- "ListReportTypesResponse": {
- "description": "Response message for ReportingService.ListReportTypes.",
- "id": "ListReportTypesResponse",
+ "ListReportsResponse": {
+ "description": "Response message for ReportingService.ListReports.",
+ "id": "ListReportsResponse",
"properties": {
- "reportTypes": {
+ "reports": {
"description": "The list of report types.",
"items": {
- "$ref": "ReportType"
+ "$ref": "Report"
},
"type": "array"
},
"nextPageToken": {
- "description": "A token to retrieve next page of results.\nPass this value in the\nListReportTypesRequest.page_token\nfield in the subsequent call to `ListReportTypes` method to retrieve the next\npage of results.",
+ "description": "A token to retrieve next page of results.\nPass this value in the\nListReportsRequest.page_token\nfield in the subsequent call to `ListReports` method to retrieve the next\npage of results.",
"type": "string"
}
},
"type": "object"
},
- "Report": {
- "description": "A report's metadata including the URL from which the report itself can be\ndownloaded.",
- "id": "Report",
+ "Media": {
+ "description": "Media resource.",
+ "id": "Media",
"properties": {
- "id": {
- "description": "The server-generated ID of the report.",
- "type": "string"
- },
- "jobExpireTime": {
- "description": "The date/time when the job this report belongs to will expire/expired.",
- "format": "google-datetime",
- "type": "string"
- },
- "endTime": {
- "description": "The end of the time period that the report instance covers. The value is\nexclusive.",
- "format": "google-datetime",
- "type": "string"
- },
- "downloadUrl": {
- "description": "The URL from which the report can be downloaded (max. 1000 characters).",
- "type": "string"
- },
- "startTime": {
- "description": "The start of the time period that the report instance covers. The value is\ninclusive.",
- "format": "google-datetime",
- "type": "string"
- },
- "createTime": {
- "description": "The date/time when this report was created.",
- "format": "google-datetime",
- "type": "string"
- },
- "jobId": {
- "description": "The ID of the job that created this report.",
+ "resourceName": {
+ "description": "Name of the media resource.",
"type": "string"
}
},
@@ -513,70 +501,82 @@
"properties": {},
"type": "object"
},
- "ListJobsResponse": {
- "description": "Response message for ReportingService.ListJobs.",
- "id": "ListJobsResponse",
+ "ListReportTypesResponse": {
+ "description": "Response message for ReportingService.ListReportTypes.",
+ "id": "ListReportTypesResponse",
"properties": {
- "jobs": {
- "description": "The list of jobs.",
+ "reportTypes": {
+ "description": "The list of report types.",
"items": {
- "$ref": "Job"
+ "$ref": "ReportType"
},
"type": "array"
},
"nextPageToken": {
- "description": "A token to retrieve next page of results.\nPass this value in the\nListJobsRequest.page_token\nfield in the subsequent call to `ListJobs` method to retrieve the next\npage of results.",
+ "description": "A token to retrieve next page of results.\nPass this value in the\nListReportTypesRequest.page_token\nfield in the subsequent call to `ListReportTypes` method to retrieve the next\npage of results.",
"type": "string"
}
},
"type": "object"
},
- "Job": {
- "description": "A job creating reports of a specific type.",
- "id": "Job",
+ "ReportType": {
+ "description": "A report type.",
+ "id": "ReportType",
"properties": {
- "createTime": {
- "description": "The creation date/time of the job.",
- "format": "google-datetime",
- "type": "string"
- },
- "expireTime": {
- "description": "The date/time when this job will expire/expired. After a job expired, no\nnew reports are generated.",
- "format": "google-datetime",
- "type": "string"
- },
- "reportTypeId": {
- "description": "The type of reports this job creates. Corresponds to the ID of a\nReportType.",
- "type": "string"
- },
"name": {
- "description": "The name of the job (max. 100 characters).",
+ "description": "The name of the report type (max. 100 characters).",
"type": "string"
},
"id": {
- "description": "The server-generated ID of the job (max. 40 characters).",
+ "description": "The ID of the report type (max. 100 characters).",
"type": "string"
},
"systemManaged": {
- "description": "True if this a system-managed job that cannot be modified by the user;\notherwise false.",
+ "description": "True if this a system-managed report type; otherwise false. Reporting jobs\nfor system-managed report types are created automatically and can thus not\nbe used in the `CreateJob` method.",
"type": "boolean"
+ },
+ "deprecateTime": {
+ "description": "The date/time when this report type was/will be deprecated.",
+ "format": "google-datetime",
+ "type": "string"
}
},
"type": "object"
},
- "ListReportsResponse": {
- "description": "Response message for ReportingService.ListReports.",
- "id": "ListReportsResponse",
+ "Report": {
+ "description": "A report's metadata including the URL from which the report itself can be\ndownloaded.",
+ "id": "Report",
"properties": {
- "reports": {
- "description": "The list of report types.",
- "items": {
- "$ref": "Report"
- },
- "type": "array"
+ "id": {
+ "description": "The server-generated ID of the report.",
+ "type": "string"
},
- "nextPageToken": {
- "description": "A token to retrieve next page of results.\nPass this value in the\nListReportsRequest.page_token\nfield in the subsequent call to `ListReports` method to retrieve the next\npage of results.",
+ "endTime": {
+ "description": "The end of the time period that the report instance covers. The value is\nexclusive.",
+ "format": "google-datetime",
+ "type": "string"
+ },
+ "jobExpireTime": {
+ "description": "The date/time when the job this report belongs to will expire/expired.",
+ "format": "google-datetime",
+ "type": "string"
+ },
+ "downloadUrl": {
+ "description": "The URL from which the report can be downloaded (max. 1000 characters).",
+ "type": "string"
+ },
+ "startTime": {
+ "description": "The start of the time period that the report instance covers. The value is\ninclusive.",
+ "format": "google-datetime",
+ "type": "string"
+ },
+ "createTime": {
+ "description": "The date/time when this report was created.",
+ "format": "google-datetime",
+ "type": "string"
+ },
+ "jobId": {
+ "description": "The ID of the job that created this report.",
"type": "string"
}
},
« no previous file with comments | « discovery/googleapis/youtubeAnalytics__v1.json ('k') | discovery/googleapis_beta/adexchangebuyer2__v2beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698