Class GCloudBlobPath.GCloudBlob
- java.lang.Object
-
- cz.o2.proxima.direct.io.gcloud.storage.GCloudBlobPath.GCloudBlob
-
- All Implemented Interfaces:
BlobBase,java.io.Serializable
- Enclosing class:
- GCloudBlobPath
public static class GCloudBlobPath.GCloudBlob extends java.lang.Object implements BlobBase
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Retrieve remote name (key) of blob.longgetSize()Get size of blob in bytes.java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public long getSize()
Description copied from interface:BlobBaseGet size of blob in bytes.
-
getName
public java.lang.String getName()
Description copied from interface:BlobBaseRetrieve remote name (key) of blob.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-