YouTube Reporting API
  1. Schemas
YouTube Reporting API
  • jobs
    • /v1/jobs
      GET
    • /v1/jobs
      POST
    • /v1/jobs/{jobId}
      DELETE
    • /v1/jobs/{jobId}
      GET
    • /v1/jobs/{jobId}/reports
      GET
    • /v1/jobs/{jobId}/reports/{reportId}
      GET
  • media
    • /v1/media/{resourceName}
      GET
  • reportTypes
    • /v1/reportTypes
      GET
  • Schemas
    • Schemas
      • Empty
      • GdataBlobstore2Info
      • GdataCompositeMedia
      • GdataContentTypeInfo
      • GdataDiffChecksumsResponse
      • GdataDiffDownloadResponse
      • GdataDiffUploadRequest
      • GdataDiffUploadResponse
      • GdataDiffVersionResponse
      • GdataDownloadParameters
      • GdataMedia
      • GdataObjectId
      • Job
      • ListJobsResponse
      • ListReportTypesResponse
      • ListReportsResponse
      • Report
      • ReportType
  1. Schemas

GdataDiffDownloadResponse

gdata

{
    "objectLocation": {
        "blobRef": "string",
        "blobstore2Info": {
            "blobGeneration": "string",
            "blobId": "string",
            "downloadReadHandle": "string",
            "readToken": "string",
            "uploadMetadataContainer": "string"
        },
        "cosmoBinaryReference": "string",
        "crc32cHash": 0,
        "inline": "string",
        "length": "string",
        "md5Hash": "string",
        "objectId": {
            "bucketName": "string",
            "generation": "string",
            "objectName": "string"
        },
        "path": "string",
        "referenceType": "PATH",
        "sha1Hash": "string"
    }
}
Built with