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.String
getName()
Retrieve remote name (key) of blob.long
getSize()
Get size of blob in bytes.java.lang.String
toString()
-
-
-
Method Detail
-
getSize
public long getSize()
Description copied from interface:BlobBase
Get size of blob in bytes.
-
getName
public java.lang.String getName()
Description copied from interface:BlobBase
Retrieve remote name (key) of blob.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-