google_api_you_tube_reporting v0.2.0 GoogleApi.YouTubeReporting.V1.Model.GdataMedia View Source

gdata

Attributes

  • algorithm (String.t): gdata Defaults to: null.
  • bigstoreObjectRef (binary()): gdata Defaults to: null.
  • blobRef (binary()): gdata Defaults to: null.
  • blobstore2Info (GdataBlobstore2Info): gdata Defaults to: null.
  • compositeMedia ([GdataCompositeMedia]): gdata Defaults to: null.
  • contentType (String.t): gdata Defaults to: null.
  • contentTypeInfo (GdataContentTypeInfo): gdata Defaults to: null.
  • cosmoBinaryReference (binary()): gdata Defaults to: null.
  • crc32cHash (integer()): gdata Defaults to: null.
  • diffChecksumsResponse (GdataDiffChecksumsResponse): gdata Defaults to: null.
  • diffDownloadResponse (GdataDiffDownloadResponse): gdata Defaults to: null.
  • diffUploadRequest (GdataDiffUploadRequest): gdata Defaults to: null.
  • diffUploadResponse (GdataDiffUploadResponse): gdata Defaults to: null.
  • diffVersionResponse (GdataDiffVersionResponse): gdata Defaults to: null.
  • downloadParameters (GdataDownloadParameters): gdata Defaults to: null.
  • filename (String.t): gdata Defaults to: null.
  • hash (String.t): gdata Defaults to: null.
  • hashVerified (boolean()): gdata Defaults to: null.
  • inline (binary()): gdata Defaults to: null.
  • isPotentialRetry (boolean()): gdata Defaults to: null.
  • length (String.t): gdata Defaults to: null.
  • md5Hash (binary()): gdata Defaults to: null.
  • mediaId (binary()): gdata Defaults to: null.
  • objectId (GdataObjectId): gdata Defaults to: null.
  • path (String.t): gdata Defaults to: null.
  • referenceType (String.t): gdata Defaults to: null.

    • Enum - one of [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 (binary()): gdata Defaults to: null.
  • sha256Hash (binary()): gdata Defaults to: null.
  • timestamp (String.t): gdata Defaults to: null.
  • token (String.t): gdata Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataMedia{
  algorithm: any(),
  bigstoreObjectRef: any(),
  blobRef: any(),
  blobstore2Info: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t(),
  compositeMedia: [GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia.t()],
  contentType: any(),
  contentTypeInfo: GoogleApi.YouTubeReporting.V1.Model.GdataContentTypeInfo.t(),
  cosmoBinaryReference: any(),
  crc32cHash: any(),
  diffChecksumsResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffChecksumsResponse.t(),
  diffDownloadResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffDownloadResponse.t(),
  diffUploadRequest:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadRequest.t(),
  diffUploadResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffUploadResponse.t(),
  diffVersionResponse:
    GoogleApi.YouTubeReporting.V1.Model.GdataDiffVersionResponse.t(),
  downloadParameters:
    GoogleApi.YouTubeReporting.V1.Model.GdataDownloadParameters.t(),
  filename: any(),
  hash: any(),
  hashVerified: any(),
  inline: any(),
  isPotentialRetry: any(),
  length: any(),
  md5Hash: any(),
  mediaId: any(),
  objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t(),
  path: any(),
  referenceType: any(),
  sha1Hash: any(),
  sha256Hash: any(),
  timestamp: any(),
  token: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.