mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/R6NYt8plHWaGxFlvlp5Qu-Bp7c4\"",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Kv4k8l-mDK-6OGsxLWV2P7-SUpY\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "youtubeAnalytics:v1",
|
||||
"name": "youtubeAnalytics",
|
||||
"canonicalName": "YouTube Analytics",
|
||||
"version": "v1",
|
||||
"revision": "20160513",
|
||||
"revision": "20161213",
|
||||
"title": "YouTube Analytics API",
|
||||
"description": "Retrieves your YouTube Analytics data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -91,135 +91,6 @@
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
"BatchReport": {
|
||||
"id": "BatchReport",
|
||||
"type": "object",
|
||||
"description": "Contains single batchReport resource.",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The ID that YouTube assigns and uses to uniquely identify the report."
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This value specifies the type of data of this item. For batch report the kind property value is youtubeAnalytics#batchReport.",
|
||||
"default": "youtubeAnalytics#batchReport"
|
||||
},
|
||||
"outputs": {
|
||||
"type": "array",
|
||||
"description": "Report outputs.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"downloadUrl": {
|
||||
"type": "string",
|
||||
"description": "Cloud storage URL to download this report. This URL is valid for 30 minutes."
|
||||
},
|
||||
"format": {
|
||||
"type": "string",
|
||||
"description": "Format of the output."
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type of the output.",
|
||||
"default": "cloudStorageOutput"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"reportId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the the report definition."
|
||||
},
|
||||
"timeSpan": {
|
||||
"type": "object",
|
||||
"description": "Period included in the report. For reports containing all entities endTime is not set. Both startTime and endTime are inclusive.",
|
||||
"properties": {
|
||||
"endTime": {
|
||||
"type": "string",
|
||||
"description": "End of the period included in the report. Inclusive. For reports containing all entities endTime is not set.",
|
||||
"format": "date-time"
|
||||
},
|
||||
"startTime": {
|
||||
"type": "string",
|
||||
"description": "Start of the period included in the report. Inclusive.",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeUpdated": {
|
||||
"type": "string",
|
||||
"description": "The time when the report was updated.",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportDefinition": {
|
||||
"id": "BatchReportDefinition",
|
||||
"type": "object",
|
||||
"description": "Contains single batchReportDefinition resource.",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The ID that YouTube assigns and uses to uniquely identify the report definition."
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This value specifies the type of data of this item. For batch report definition the kind property value is youtubeAnalytics#batchReportDefinition.",
|
||||
"default": "youtubeAnalytics#batchReportDefinition"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the report definition."
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status of the report definition."
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type of the report definition."
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportDefinitionList": {
|
||||
"id": "BatchReportDefinitionList",
|
||||
"type": "object",
|
||||
"description": "A paginated list of batchReportDefinition resources returned in response to a youtubeAnalytics.batchReportDefinitions.list request.",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "A list of batchReportDefinition resources that match the request criteria.",
|
||||
"items": {
|
||||
"$ref": "BatchReportDefinition"
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"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#batchReportDefinitionList"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportList": {
|
||||
"id": "BatchReportList",
|
||||
"type": "object",
|
||||
"description": "A paginated list of batchReport resources returned in response to a youtubeAnalytics.batchReport.list request.",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "A list of batchReport resources that match the request criteria.",
|
||||
"items": {
|
||||
"$ref": "BatchReport"
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"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#batchReportList"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Group": {
|
||||
"id": "Group",
|
||||
"type": "object",
|
||||
@@ -378,69 +249,6 @@
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"batchReportDefinitions": {
|
||||
"methods": {
|
||||
"list": {
|
||||
"id": "youtubeAnalytics.batchReportDefinitions.list",
|
||||
"path": "batchReportDefinitions",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of available batch report definitions.",
|
||||
"parameters": {
|
||||
"onBehalfOfContentOwner": {
|
||||
"type": "string",
|
||||
"description": "The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"onBehalfOfContentOwner"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "BatchReportDefinitionList"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
|
||||
"https://www.googleapis.com/auth/yt-analytics.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"batchReports": {
|
||||
"methods": {
|
||||
"list": {
|
||||
"id": "youtubeAnalytics.batchReports.list",
|
||||
"path": "batchReports",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of processed batch reports.",
|
||||
"parameters": {
|
||||
"batchReportDefinitionId": {
|
||||
"type": "string",
|
||||
"description": "The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for which you are retrieving reports.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
},
|
||||
"onBehalfOfContentOwner": {
|
||||
"type": "string",
|
||||
"description": "The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"batchReportDefinitionId",
|
||||
"onBehalfOfContentOwner"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "BatchReportList"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
|
||||
"https://www.googleapis.com/auth/yt-analytics.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"groupItems": {
|
||||
"methods": {
|
||||
"delete": {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/j6TUaGAA0LPiIem7a4tgr6yOPP8\"",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/JnpH1YTisCB0AiXUbnKLhAt55UI\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "youtubeAnalytics:v1beta1",
|
||||
"name": "youtubeAnalytics",
|
||||
"canonicalName": "YouTube Analytics",
|
||||
"version": "v1beta1",
|
||||
"revision": "20160513",
|
||||
"revision": "20161213",
|
||||
"title": "YouTube Analytics API",
|
||||
"description": "Retrieves your YouTube Analytics data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -94,135 +94,6 @@
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
"BatchReport": {
|
||||
"id": "BatchReport",
|
||||
"type": "object",
|
||||
"description": "Contains single batchReport resource.",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The ID that YouTube assigns and uses to uniquely identify the report."
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This value specifies the type of data of this item. For batch report the kind property value is youtubeAnalytics#batchReport.",
|
||||
"default": "youtubeAnalytics#batchReport"
|
||||
},
|
||||
"outputs": {
|
||||
"type": "array",
|
||||
"description": "Report outputs.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"downloadUrl": {
|
||||
"type": "string",
|
||||
"description": "Cloud storage URL to download this report. This URL is valid for 30 minutes."
|
||||
},
|
||||
"format": {
|
||||
"type": "string",
|
||||
"description": "Format of the output."
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type of the output.",
|
||||
"default": "cloudStorageOutput"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"reportId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the the report definition."
|
||||
},
|
||||
"timeSpan": {
|
||||
"type": "object",
|
||||
"description": "Period included in the report. For reports containing all entities endTime is not set. Both startTime and endTime are inclusive.",
|
||||
"properties": {
|
||||
"endTime": {
|
||||
"type": "string",
|
||||
"description": "End of the period included in the report. Inclusive. For reports containing all entities endTime is not set.",
|
||||
"format": "date-time"
|
||||
},
|
||||
"startTime": {
|
||||
"type": "string",
|
||||
"description": "Start of the period included in the report. Inclusive.",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeUpdated": {
|
||||
"type": "string",
|
||||
"description": "The time when the report was updated.",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportDefinition": {
|
||||
"id": "BatchReportDefinition",
|
||||
"type": "object",
|
||||
"description": "Contains single batchReportDefinition resource.",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The ID that YouTube assigns and uses to uniquely identify the report definition."
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This value specifies the type of data of this item. For batch report definition the kind property value is youtubeAnalytics#batchReportDefinition.",
|
||||
"default": "youtubeAnalytics#batchReportDefinition"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the report definition."
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status of the report definition."
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type of the report definition."
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportDefinitionList": {
|
||||
"id": "BatchReportDefinitionList",
|
||||
"type": "object",
|
||||
"description": "A paginated list of batchReportDefinition resources returned in response to a youtubeAnalytics.batchReportDefinitions.list request.",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "A list of batchReportDefinition resources that match the request criteria.",
|
||||
"items": {
|
||||
"$ref": "BatchReportDefinition"
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"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#batchReportDefinitionList"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BatchReportList": {
|
||||
"id": "BatchReportList",
|
||||
"type": "object",
|
||||
"description": "A paginated list of batchReport resources returned in response to a youtubeAnalytics.batchReport.list request.",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "A list of batchReport resources that match the request criteria.",
|
||||
"items": {
|
||||
"$ref": "BatchReport"
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"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#batchReportList"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Group": {
|
||||
"id": "Group",
|
||||
"type": "object",
|
||||
@@ -381,69 +252,6 @@
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"batchReportDefinitions": {
|
||||
"methods": {
|
||||
"list": {
|
||||
"id": "youtubeAnalytics.batchReportDefinitions.list",
|
||||
"path": "batchReportDefinitions",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of available batch report definitions.",
|
||||
"parameters": {
|
||||
"onBehalfOfContentOwner": {
|
||||
"type": "string",
|
||||
"description": "The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"onBehalfOfContentOwner"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "BatchReportDefinitionList"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
|
||||
"https://www.googleapis.com/auth/yt-analytics.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"batchReports": {
|
||||
"methods": {
|
||||
"list": {
|
||||
"id": "youtubeAnalytics.batchReports.list",
|
||||
"path": "batchReports",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of processed batch reports.",
|
||||
"parameters": {
|
||||
"batchReportDefinitionId": {
|
||||
"type": "string",
|
||||
"description": "The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for which you are retrieving reports.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
},
|
||||
"onBehalfOfContentOwner": {
|
||||
"type": "string",
|
||||
"description": "The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"batchReportDefinitionId",
|
||||
"onBehalfOfContentOwner"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "BatchReportList"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
|
||||
"https://www.googleapis.com/auth/yt-analytics.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"groupItems": {
|
||||
"methods": {
|
||||
"delete": {
|
||||
|
||||
Reference in New Issue
Block a user