Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GdataMedia

import type { GdataMedia } from "https://googleapis.deno.dev/v1/youtubereporting:v1.ts";

gdata

interface GdataMedia {
algorithm?: string;
bigstoreObjectRef?: Uint8Array;
blobRef?: Uint8Array;
blobstore2Info?: GdataBlobstore2Info;
compositeMedia?: GdataCompositeMedia[];
contentType?: string;
contentTypeInfo?: GdataContentTypeInfo;
cosmoBinaryReference?: Uint8Array;
crc32cHash?: number;
diffChecksumsResponse?: GdataDiffChecksumsResponse;
diffDownloadResponse?: GdataDiffDownloadResponse;
diffUploadRequest?: GdataDiffUploadRequest;
diffUploadResponse?: GdataDiffUploadResponse;
diffVersionResponse?: GdataDiffVersionResponse;
downloadParameters?: GdataDownloadParameters;
filename?: string;
hash?: string;
hashVerified?: boolean;
inline?: Uint8Array;
isPotentialRetry?: boolean;
length?: bigint;
md5Hash?: Uint8Array;
mediaId?: Uint8Array;
objectId?: GdataObjectId;
path?: string;
referenceType?:
| "PATH"
| "BLOB_REF"
| "INLINE"
| "GET_MEDIA"
| "COMPOSITE_MEDIA"
| "BIGSTORE_REF"
| "DIFF_VERSION_RESPONSE"
| "DIFF_CHECKSUMS_RESPONSE"
| "DIFF_DOWNLOAD_RESPONSE"
| "DIFF_UPLOAD_REQUEST"
| "DIFF_UPLOAD_RESPONSE"
| "COSMO_BINARY_REFERENCE"
| "ARBITRARY_BYTES";
sha1Hash?: Uint8Array;
sha256Hash?: Uint8Array;
timestamp?: bigint;
token?: string;
}

§Properties

§
algorithm?: string
[src]

gdata

§
bigstoreObjectRef?: Uint8Array
[src]

gdata

§
blobRef?: Uint8Array
[src]

gdata

§
blobstore2Info?: GdataBlobstore2Info
[src]

gdata

§
compositeMedia?: GdataCompositeMedia[]
[src]

gdata

§
contentType?: string
[src]

gdata

§
contentTypeInfo?: GdataContentTypeInfo
[src]

gdata

§
cosmoBinaryReference?: Uint8Array
[src]

gdata

§
crc32cHash?: number
[src]

gdata

§
diffChecksumsResponse?: GdataDiffChecksumsResponse
[src]

gdata

§
diffDownloadResponse?: GdataDiffDownloadResponse
[src]

gdata

§
diffUploadRequest?: GdataDiffUploadRequest
[src]

gdata

§
diffUploadResponse?: GdataDiffUploadResponse
[src]

gdata

§
diffVersionResponse?: GdataDiffVersionResponse
[src]

gdata

§
downloadParameters?: GdataDownloadParameters
[src]

gdata

§
filename?: string
[src]

gdata

§
hash?: string
[src]

gdata

§
hashVerified?: boolean
[src]

gdata

§
inline?: Uint8Array
[src]

gdata

§
isPotentialRetry?: boolean
[src]

gdata

§
length?: bigint
[src]

gdata

§
md5Hash?: Uint8Array
[src]

gdata

§
mediaId?: Uint8Array
[src]

gdata

§

gdata

§
path?: string
[src]

gdata

§
referenceType?: "PATH" | "BLOB_REF" | "INLINE" | "GET_MEDIA" | "COMPOSITE_MEDIA" | "BIGSTORE_REF" | "DIFF_VERSION_RESPONSE" | "DIFF_CHECKSUMS_RESPONSE" | "DIFF_DOWNLOAD_RESPONSE" | "DIFF_UPLOAD_REQUEST" | "DIFF_UPLOAD_RESPONSE" | "COSMO_BINARY_REFERENCE" | "ARBITRARY_BYTES"
[src]

gdata

§
sha1Hash?: Uint8Array
[src]

gdata

§
sha256Hash?: Uint8Array
[src]

gdata

§
timestamp?: bigint
[src]

gdata

§
token?: string
[src]

gdata