public class GSBlobIdentifier extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bucketName
The bucket name.
|
String |
objectName
The object name, within the bucket.
|
| 构造器和说明 |
|---|
GSBlobIdentifier(String bucketName,
String objectName)
Construct an abstract blob identifier.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
static GSBlobIdentifier |
fromBlobId(com.google.cloud.storage.BlobId blobId)
Construct an abstract blob identifier from a Google BlobId.
|
com.google.cloud.storage.BlobId |
getBlobId()
Get a Google blob id for this identifier, with generation=null.
|
int |
hashCode() |
String |
toString() |
public final String bucketName
public final String objectName
public com.google.cloud.storage.BlobId getBlobId()
public static GSBlobIdentifier fromBlobId(com.google.cloud.storage.BlobId blobId)
blobId - The Google BlobIdCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.