| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
ObjectId.clone() |
ObjectId |
Media.getObjectId()
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
ObjectId |
CompositeMedia.getObjectId()
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
ObjectId |
ObjectId.set(String fieldName,
Object value) |
ObjectId |
ObjectId.setBucketName(String bucketName)
The name of the bucket to which this object belongs.
|
ObjectId |
ObjectId.setGeneration(Long generation)
Generation of the object.
|
ObjectId |
ObjectId.setObjectName(String objectName)
The name of the object.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
Media.setObjectId(ObjectId objectId)
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
CompositeMedia |
CompositeMedia.setObjectId(ObjectId objectId)
Reference to a TI Blob, set if reference_type is BIGSTORE_REF.
|
Copyright © 2011–2025 Google. All rights reserved.