public final class Blobstore2Info
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Wallet API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Blobstore2Info() |
| Modifier and Type | Method and Description |
|---|---|
Blobstore2Info |
clone() |
byte[] |
decodeDownloadReadHandle()
Read handle passed from Bigstore -> Scotty for a GCS download.
|
byte[] |
decodeUploadMetadataContainer()
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
Blobstore2Info |
encodeDownloadReadHandle(byte[] downloadReadHandle)
Read handle passed from Bigstore -> Scotty for a GCS download.
|
Blobstore2Info |
encodeUploadMetadataContainer(byte[] uploadMetadataContainer)
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
Long |
getBlobGeneration()
The blob generation id.
|
String |
getBlobId()
The blob id, e.g., /blobstore/prod/playground/scotty
|
String |
getDownloadReadHandle()
Read handle passed from Bigstore -> Scotty for a GCS download.
|
String |
getReadToken()
The blob read token.
|
String |
getUploadMetadataContainer()
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
Blobstore2Info |
set(String fieldName,
Object value) |
Blobstore2Info |
setBlobGeneration(Long blobGeneration)
The blob generation id.
|
Blobstore2Info |
setBlobId(String blobId)
The blob id, e.g., /blobstore/prod/playground/scotty
|
Blobstore2Info |
setDownloadReadHandle(String downloadReadHandle)
Read handle passed from Bigstore -> Scotty for a GCS download.
|
Blobstore2Info |
setReadToken(String readToken)
The blob read token.
|
Blobstore2Info |
setUploadMetadataContainer(String uploadMetadataContainer)
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getBlobGeneration()
null for nonepublic Blobstore2Info setBlobGeneration(Long blobGeneration)
blobGeneration - blobGeneration or null for nonepublic String getBlobId()
null for nonepublic Blobstore2Info setBlobId(String blobId)
blobId - blobId or null for nonepublic String getDownloadReadHandle()
null for nonedecodeDownloadReadHandle()public byte[] decodeDownloadReadHandle()
null for nonegetDownloadReadHandle()public Blobstore2Info setDownloadReadHandle(String downloadReadHandle)
downloadReadHandle - downloadReadHandle or null for none#encodeDownloadReadHandle()public Blobstore2Info encodeDownloadReadHandle(byte[] downloadReadHandle)
The value is encoded Base64 or {@code null} for none.
public String getReadToken()
null for nonepublic Blobstore2Info setReadToken(String readToken)
readToken - readToken or null for nonepublic String getUploadMetadataContainer()
null for nonedecodeUploadMetadataContainer()public byte[] decodeUploadMetadataContainer()
null for nonegetUploadMetadataContainer()public Blobstore2Info setUploadMetadataContainer(String uploadMetadataContainer)
uploadMetadataContainer - uploadMetadataContainer or null for none#encodeUploadMetadataContainer()public Blobstore2Info encodeUploadMetadataContainer(byte[] uploadMetadataContainer)
The value is encoded Base64 or {@code null} for none.
public Blobstore2Info set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Blobstore2Info clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.