GdataCompositeMedia |
GdataCompositeMedia.clone() |
|
GdataCompositeMedia |
GdataCompositeMedia.encodeBlobRef(byte[] blobRef) |
Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte
representation of a blobstore.BlobRef.
|
GdataCompositeMedia |
GdataCompositeMedia.encodeCosmoBinaryReference(byte[] cosmoBinaryReference) |
A binary data reference for a media download.
|
GdataCompositeMedia |
GdataCompositeMedia.encodeInline(byte[] inline) |
Media data, set if reference_type is INLINE
|
GdataCompositeMedia |
GdataCompositeMedia.encodeMd5Hash(byte[] md5Hash) |
MD5 hash for the payload.
|
GdataCompositeMedia |
GdataCompositeMedia.encodeSha1Hash(byte[] sha1Hash) |
SHA-1 hash for the payload.
|
GdataCompositeMedia |
GdataDiffUploadRequest.getChecksumsInfo() |
The location of the checksums for the new object.
|
GdataCompositeMedia |
GdataDiffChecksumsResponse.getChecksumsLocation() |
Exactly one of these fields must be populated.
|
GdataCompositeMedia |
GdataDiffUploadRequest.getObjectInfo() |
The location of the new object.
|
GdataCompositeMedia |
GdataDiffChecksumsResponse.getObjectLocation() |
If set, calculate the checksums based on the contents and return them to the caller.
|
GdataCompositeMedia |
GdataDiffDownloadResponse.getObjectLocation() |
The original object location.
|
GdataCompositeMedia |
GdataDiffUploadResponse.getOriginalObject() |
The location of the original file for a diff upload request.
|
GdataCompositeMedia |
GdataCompositeMedia.set(java.lang.String fieldName,
java.lang.Object value) |
|
GdataCompositeMedia |
GdataCompositeMedia.setBlobRef(java.lang.String blobRef) |
Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte
representation of a blobstore.BlobRef.
|
GdataCompositeMedia |
GdataCompositeMedia.setBlobstore2Info(GdataBlobstore2Info blobstore2Info) |
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
GdataCompositeMedia |
GdataCompositeMedia.setCosmoBinaryReference(java.lang.String cosmoBinaryReference) |
A binary data reference for a media download.
|
GdataCompositeMedia |
GdataCompositeMedia.setCrc32cHash(java.lang.Long crc32cHash) |
crc32.c hash for the payload.
|
GdataCompositeMedia |
GdataCompositeMedia.setInline(java.lang.String inline) |
Media data, set if reference_type is INLINE
|
GdataCompositeMedia |
GdataCompositeMedia.setLength(java.lang.Long length) |
Size of the data, in bytes
|
GdataCompositeMedia |
GdataCompositeMedia.setMd5Hash(java.lang.String md5Hash) |
MD5 hash for the payload.
|
GdataCompositeMedia |
GdataCompositeMedia.setObjectId(GdataObjectId objectId) |
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
GdataCompositeMedia |
GdataCompositeMedia.setPath(java.lang.String path) |
Path to the data, set if reference_type is PATH
|
GdataCompositeMedia |
GdataCompositeMedia.setReferenceType(java.lang.String referenceType) |
Describes what the field reference contains.
|
GdataCompositeMedia |
GdataCompositeMedia.setSha1Hash(java.lang.String sha1Hash) |
SHA-1 hash for the payload.
|