Index: discovery/googleapis/youtubeAnalytics__v1.json |
diff --git a/discovery/googleapis/youtubeAnalytics__v1.json b/discovery/googleapis/youtubeAnalytics__v1.json |
index 4a4ac93fa900f8228b5b678848d39442544ad5fb..dd2c518ceb7a92afd5a0af6211c1b617ccb55663 100644 |
--- a/discovery/googleapis/youtubeAnalytics__v1.json |
+++ b/discovery/googleapis/youtubeAnalytics__v1.json |
@@ -18,10 +18,10 @@ |
"description": "Retrieve your YouTube Analytics reports.", |
"discoveryVersion": "v1", |
"documentationLink": "http://developers.google.com/youtube/analytics/", |
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/nlDKGR94Mbaj_YAIBNSZijmIvJQ\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/eGqJquL_sNm8tPEGcWYyPXL72uM\"", |
"icons": { |
- "x16": "http://www.google.com/images/icons/product/youtube-16.png", |
- "x32": "http://www.google.com/images/icons/product/youtube-32.png" |
+ "x16": "https://www.google.com/images/icons/product/youtube-16.png", |
+ "x32": "https://www.google.com/images/icons/product/youtube-32.png" |
}, |
"id": "youtubeAnalytics:v1", |
"kind": "discovery#restDescription", |
@@ -225,36 +225,30 @@ |
} |
} |
}, |
- "revision": "20140724", |
+ "revision": "20141124", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
- "BatchReportDefinitionList": { |
- "description": "A paginated list of batchReportDefinition resources returned in response to a youtubeAnalytics.batchReportDefinitions.list request.", |
- "id": "BatchReportDefinitionList", |
+ "BatchReport": { |
+ "description": "Contains single batchReport resource.", |
+ "id": "BatchReport", |
"properties": { |
- "items": { |
- "description": "A list of batchReportDefinition resources that match the request criteria.", |
- "items": { |
- "$ref": "BatchReportDefinitionTemplate" |
- }, |
- "type": "array" |
+ "id": { |
+ "description": "The ID that YouTube assigns and uses to uniquely identify the report.", |
+ "type": "string" |
}, |
"kind": { |
- "default": "youtubeAnalytics#batchReportDefinitionList", |
- "description": "This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics#batchReportDefinitionList.", |
+ "default": "youtubeAnalytics#batchReport", |
+ "description": "This value specifies the type of data of this item. For batch report the kind property value is youtubeAnalytics#batchReport.", |
"type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "BatchReportDefinitionTemplate": { |
- "description": "Contains single batchReportDefinition resource.", |
- "id": "BatchReportDefinitionTemplate", |
- "properties": { |
- "defaultOutput": { |
- "description": "Default report definition's output.", |
+ }, |
+ "outputs": { |
+ "description": "Report outputs.", |
"items": { |
"properties": { |
+ "downloadUrl": { |
+ "description": "Cloud storage URL to download this report. This URL is valid for 30 minutes.", |
+ "type": "string" |
+ }, |
"format": { |
"description": "Format of the output.", |
"type": "string" |
@@ -269,10 +263,47 @@ |
}, |
"type": "array" |
}, |
+ "reportId": { |
+ "description": "The ID of the the report definition.", |
+ "type": "string" |
+ }, |
+ "timeSpan": { |
+ "description": "Period included in the report. For reports containing all entities endTime is not set. Both startTime and endTime are inclusive.", |
+ "properties": { |
+ "endTime": { |
+ "description": "End of the period included in the report. Inclusive. For reports containing all entities endTime is not set.", |
+ "format": "date-time", |
+ "type": "string" |
+ }, |
+ "startTime": { |
+ "description": "Start of the period included in the report. Inclusive.", |
+ "format": "date-time", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "timeUpdated": { |
+ "description": "The time when the report was updated.", |
+ "format": "date-time", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "BatchReportDefinition": { |
+ "description": "Contains single batchReportDefinition resource.", |
+ "id": "BatchReportDefinition", |
+ "properties": { |
"id": { |
"description": "The ID that YouTube assigns and uses to uniquely identify the report definition.", |
"type": "string" |
}, |
+ "kind": { |
+ "default": "youtubeAnalytics#batchReportDefinition", |
+ "description": "This value specifies the type of data of this item. For batch report definition the kind property value is youtubeAnalytics#batchReportDefinition.", |
+ "type": "string" |
+ }, |
"name": { |
"description": "Name of the report definition.", |
"type": "string" |
@@ -288,78 +319,39 @@ |
}, |
"type": "object" |
}, |
- "BatchReportList": { |
- "description": "A paginated list of batchReport resources returned in response to a youtubeAnalytics.batchReport.list request.", |
- "id": "BatchReportList", |
+ "BatchReportDefinitionList": { |
+ "description": "A paginated list of batchReportDefinition resources returned in response to a youtubeAnalytics.batchReportDefinitions.list request.", |
+ "id": "BatchReportDefinitionList", |
"properties": { |
"items": { |
- "description": "A list of batchReport resources that match the request criteria.", |
+ "description": "A list of batchReportDefinition resources that match the request criteria.", |
"items": { |
- "$ref": "BatchReportTemplate" |
+ "$ref": "BatchReportDefinition" |
}, |
"type": "array" |
}, |
"kind": { |
- "default": "youtubeAnalytics#batchReportList", |
- "description": "This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics#batchReportList.", |
+ "default": "youtubeAnalytics#batchReportDefinitionList", |
+ "description": "This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics#batchReportDefinitionList.", |
"type": "string" |
} |
}, |
"type": "object" |
}, |
- "BatchReportTemplate": { |
- "description": "Contains single batchReport resource.", |
- "id": "BatchReportTemplate", |
+ "BatchReportList": { |
+ "description": "A paginated list of batchReport resources returned in response to a youtubeAnalytics.batchReport.list request.", |
+ "id": "BatchReportList", |
"properties": { |
- "id": { |
- "description": "The ID that YouTube assigns and uses to uniquely identify the report.", |
- "type": "string" |
- }, |
- "outputs": { |
- "description": "Report outputs.", |
+ "items": { |
+ "description": "A list of batchReport resources that match the request criteria.", |
"items": { |
- "properties": { |
- "downloadUrl": { |
- "description": "Cloud storage URL to download this report. This URL is valid for 30 minutes.", |
- "type": "string" |
- }, |
- "format": { |
- "description": "Format of the output.", |
- "type": "string" |
- }, |
- "type": { |
- "default": "cloudStorageOutput", |
- "description": "Type of the output.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
+ "$ref": "BatchReport" |
}, |
"type": "array" |
}, |
- "report_id": { |
- "description": "The ID of the the report definition.", |
- "type": "string" |
- }, |
- "timeSpan": { |
- "description": "Period included in the report. For reports containing all entities endTime is not set. Both startTime and endTime are inclusive.", |
- "properties": { |
- "endTime": { |
- "description": "End of the period included in the report. Inclusive. For reports containing all entities endTime is not set.", |
- "format": "date-time", |
- "type": "string" |
- }, |
- "startTime": { |
- "description": "Start of the period included in the report. Inclusive.", |
- "format": "date-time", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "timeUpdated": { |
- "description": "The time when the report was updated.", |
- "format": "date-time", |
+ "kind": { |
+ "default": "youtubeAnalytics#batchReportList", |
+ "description": "This value specifies the type of data included in the API response. For the list method, the kind property value is youtubeAnalytics#batchReportList.", |
"type": "string" |
} |
}, |