GdataMedia |
GdataMedia.clone() |
|
GdataMedia |
GdataMedia.encodeBigstoreObjectRef(byte[] bigstoreObjectRef) |
Use object_id instead.
|
GdataMedia |
GdataMedia.encodeBlobRef(byte[] blobRef) |
Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte
representation of a blobstore.BlobRef.
|
GdataMedia |
GdataMedia.encodeCosmoBinaryReference(byte[] cosmoBinaryReference) |
A binary data reference for a media download.
|
GdataMedia |
GdataMedia.encodeInline(byte[] inline) |
Media data, set if reference_type is INLINE
|
GdataMedia |
GdataMedia.encodeMd5Hash(byte[] md5Hash) |
Scotty-provided MD5 hash for an upload.
|
GdataMedia |
GdataMedia.encodeMediaId(byte[] mediaId) |
Media id to forward to the operation GetMedia.
|
GdataMedia |
GdataMedia.encodeSha1Hash(byte[] sha1Hash) |
Scotty-provided SHA1 hash for an upload.
|
GdataMedia |
GdataMedia.encodeSha256Hash(byte[] sha256Hash) |
Scotty-provided SHA256 hash for an upload.
|
GdataMedia |
CreateFileRequest.getBlob() |
Blob file reference.
|
GdataMedia |
GdataMedia.set(java.lang.String fieldName,
java.lang.Object value) |
|
GdataMedia |
GdataMedia.setAlgorithm(java.lang.String algorithm) |
Deprecated, use one of explicit hash type fields instead.
|
GdataMedia |
GdataMedia.setBigstoreObjectRef(java.lang.String bigstoreObjectRef) |
Use object_id instead.
|
GdataMedia |
GdataMedia.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.
|
GdataMedia |
GdataMedia.setBlobstore2Info(GdataBlobstore2Info blobstore2Info) |
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
GdataMedia |
GdataMedia.setCompositeMedia(java.util.List<GdataCompositeMedia> compositeMedia) |
A composite media composed of one or more media objects, set if reference_type is
COMPOSITE_MEDIA.
|
GdataMedia |
GdataMedia.setContentType(java.lang.String contentType) |
MIME type of the data
|
GdataMedia |
GdataMedia.setContentTypeInfo(GdataContentTypeInfo contentTypeInfo) |
Extended content type information provided for Scotty uploads.
|
GdataMedia |
GdataMedia.setCosmoBinaryReference(java.lang.String cosmoBinaryReference) |
A binary data reference for a media download.
|
GdataMedia |
GdataMedia.setCrc32cHash(java.lang.Long crc32cHash) |
For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT
USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify
the data being downloaded.
|
GdataMedia |
GdataMedia.setDiffChecksumsResponse(GdataDiffChecksumsResponse diffChecksumsResponse) |
Set if reference_type is DIFF_CHECKSUMS_RESPONSE.
|
GdataMedia |
GdataMedia.setDiffDownloadResponse(GdataDiffDownloadResponse diffDownloadResponse) |
Set if reference_type is DIFF_DOWNLOAD_RESPONSE.
|
GdataMedia |
GdataMedia.setDiffUploadRequest(GdataDiffUploadRequest diffUploadRequest) |
Set if reference_type is DIFF_UPLOAD_REQUEST.
|
GdataMedia |
GdataMedia.setDiffUploadResponse(GdataDiffUploadResponse diffUploadResponse) |
Set if reference_type is DIFF_UPLOAD_RESPONSE.
|
GdataMedia |
GdataMedia.setDiffVersionResponse(GdataDiffVersionResponse diffVersionResponse) |
Set if reference_type is DIFF_VERSION_RESPONSE.
|
GdataMedia |
GdataMedia.setDownloadParameters(GdataDownloadParameters downloadParameters) |
Parameters for a media download.
|
GdataMedia |
GdataMedia.setFilename(java.lang.String filename) |
Original file name
|
GdataMedia |
GdataMedia.setHash(java.lang.String hash) |
Deprecated, use one of explicit hash type fields instead.
|
GdataMedia |
GdataMedia.setHashVerified(java.lang.Boolean hashVerified) |
For Scotty uploads only.
|
GdataMedia |
GdataMedia.setInline(java.lang.String inline) |
Media data, set if reference_type is INLINE
|
GdataMedia |
GdataMedia.setIsPotentialRetry(java.lang.Boolean isPotentialRetry) |
|is_potential_retry| is set false only when Scotty is certain that it has not sent the request
before.
|
GdataMedia |
GdataMedia.setLength(java.lang.Long length) |
Size of the data, in bytes
|
GdataMedia |
GdataMedia.setMd5Hash(java.lang.String md5Hash) |
Scotty-provided MD5 hash for an upload.
|
GdataMedia |
GdataMedia.setMediaId(java.lang.String mediaId) |
Media id to forward to the operation GetMedia.
|
GdataMedia |
GdataMedia.setObjectId(GdataObjectId objectId) |
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
GdataMedia |
GdataMedia.setPath(java.lang.String path) |
Path to the data, set if reference_type is PATH
|
GdataMedia |
GdataMedia.setReferenceType(java.lang.String referenceType) |
Describes what the field reference contains.
|
GdataMedia |
GdataMedia.setSha1Hash(java.lang.String sha1Hash) |
Scotty-provided SHA1 hash for an upload.
|
GdataMedia |
GdataMedia.setSha256Hash(java.lang.String sha256Hash) |
Scotty-provided SHA256 hash for an upload.
|
GdataMedia |
GdataMedia.setTimestamp(java.math.BigInteger timestamp) |
Time at which the media data was last updated, in milliseconds since UNIX epoch
|
GdataMedia |
GdataMedia.setToken(java.lang.String token) |
A unique fingerprint/version id for the media data
|