Media

data.* 在 proto 外部,缺少文档

JSON 表示法
{
  "contentType": string,
  "timestamp": string,
  "token": string,
  "length": string,
  "filename": string,
  "referenceType": enum (ReferenceType),
  "path": string,
  "blobRef": string,
  "inline": string,
  "mediaId": string,
  "hash": string,
  "algorithm": string,
  "compositeMedia": [
    {
      object (CompositeMedia)
    }
  ],
  "bigstoreObjectRef": string,
  "objectId": {
    object (ObjectId)
  },
  "blobstore2Info": {
    object (Blobstore2Info)
  },
  "diffVersionResponse": {
    object (DiffVersionResponse)
  },
  "diffChecksumsResponse": {
    object (DiffChecksumsResponse)
  },
  "diffDownloadResponse": {
    object (DiffDownloadResponse)
  },
  "diffUploadRequest": {
    object (DiffUploadRequest)
  },
  "diffUploadResponse": {
    object (DiffUploadResponse)
  },
  "contentTypeInfo": {
    object (ContentTypeInfo)
  },
  "downloadParameters": {
    object (DownloadParameters)
  },
  "crc32cHash": integer,
  "md5Hash": string,
  "sha1Hash": string,
  "sha256Hash": string,
  "isPotentialRetry": boolean,
  "cosmoBinaryReference": string,
  "hashVerified": boolean
}
字段
contentType

string

data.* 在 proto 外部,缺少文档

timestamp

string

data.* 在 proto 外部,缺少文档

token

string

data.* 在 proto 外部,缺少文档

length

string (int64 format)

data.* 在 proto 外部,缺少文档

filename

string

data.* 在 proto 外部,缺少文档

referenceType

enum (ReferenceType)

data.* 在 proto 外部,缺少文档

path

string

data.* 在 proto 外部,缺少文档

blobRef
(deprecated)

string (bytes format)

使用 base64 编码的字符串。

inline

string (bytes format)

使用 base64 编码的字符串。

mediaId

string (bytes format)

使用 base64 编码的字符串。

hash
(deprecated)

string

data.* 在 proto 外部,缺少文档

algorithm
(deprecated)

string

data.* 在 proto 外部,缺少文档

compositeMedia[]

object (CompositeMedia)

data.* 在 proto 外部,缺少文档

bigstoreObjectRef
(deprecated)

string (bytes format)

使用 base64 编码的字符串。

objectId

object (ObjectId)

data.* 在 proto 外部,缺少文档

blobstore2Info

object (Blobstore2Info)

data.* 在 proto 外部,缺少文档

diffVersionResponse

object (DiffVersionResponse)

data.* 在 proto 外部,缺少文档

diffChecksumsResponse

object (DiffChecksumsResponse)

data.* 在 proto 外部,缺少文档

diffDownloadResponse

object (DiffDownloadResponse)

data.* 在 proto 外部,缺少文档

diffUploadRequest

object (DiffUploadRequest)

data.* 在 proto 外部,缺少文档

diffUploadResponse

object (DiffUploadResponse)

data.* 在 proto 外部,缺少文档

contentTypeInfo

object (ContentTypeInfo)

data.* 在 proto 外部,缺少文档

downloadParameters

object (DownloadParameters)

data.* 在 proto 外部,缺少文档

crc32cHash

integer

data.* 在 proto 外部,缺少文档

md5Hash

string (bytes format)

使用 base64 编码的字符串。

sha1Hash

string (bytes format)

使用 base64 编码的字符串。

sha256Hash

string (bytes format)

使用 base64 编码的字符串。

isPotentialRetry

boolean

data.* 在 proto 外部,缺少文档

cosmoBinaryReference

string (bytes format)

使用 base64 编码的字符串。

hashVerified

boolean

data.* 在 proto 外部,缺少文档