| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
Blobstore2Info |
Blobstore2Info.clone() |
Blobstore2Info |
Blobstore2Info.encodeDownloadReadHandle(byte[] downloadReadHandle)
Read handle passed from Bigstore -> Scotty for a GCS download.
|
Blobstore2Info |
Blobstore2Info.encodeUploadMetadataContainer(byte[] uploadMetadataContainer)
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
Blobstore2Info |
Media.getBlobstore2Info()
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
Blobstore2Info |
CompositeMedia.getBlobstore2Info()
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
Blobstore2Info |
Blobstore2Info.set(String fieldName,
Object value) |
Blobstore2Info |
Blobstore2Info.setBlobGeneration(Long blobGeneration)
The blob generation id.
|
Blobstore2Info |
Blobstore2Info.setBlobId(String blobId)
The blob id, e.g., /blobstore/prod/playground/scotty
|
Blobstore2Info |
Blobstore2Info.setDownloadReadHandle(String downloadReadHandle)
Read handle passed from Bigstore -> Scotty for a GCS download.
|
Blobstore2Info |
Blobstore2Info.setReadToken(String readToken)
The blob read token.
|
Blobstore2Info |
Blobstore2Info.setUploadMetadataContainer(String uploadMetadataContainer)
Metadata passed from Blobstore -> Scotty for a new GCS upload.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
Media.setBlobstore2Info(Blobstore2Info blobstore2Info)
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
CompositeMedia |
CompositeMedia.setBlobstore2Info(Blobstore2Info blobstore2Info)
Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
|
Copyright © 2011–2025 Google. All rights reserved.