CompositeMedia

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

JSON 表示法
{
  "length": string,
  "referenceType": enum (ReferenceType),
  "path": string,
  "blobRef": string,
  "inline": string,
  "objectId": {
    object (ObjectId)
  },
  "blobstore2Info": {
    object (Blobstore2Info)
  },
  "cosmoBinaryReference": string,
  "crc32cHash": integer,
  "md5Hash": string,
  "sha1Hash": string
}
字段
length

string (int64 format)

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

referenceType

enum (ReferenceType)

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

path

string

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

blobRef
(deprecated)

string (bytes format)

使用 base64 编码的字符串。

inline

string (bytes format)

使用 base64 编码的字符串。

objectId

object (ObjectId)

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

blobstore2Info

object (Blobstore2Info)

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

cosmoBinaryReference

string (bytes format)

使用 base64 编码的字符串。

crc32cHash

integer

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

md5Hash

string (bytes format)

使用 base64 编码的字符串。

sha1Hash

string (bytes format)

使用 base64 编码的字符串。