Class GCloudBlobPath.GCloudBlob

    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSize

        public long getSize()
        Description copied from interface: BlobBase
        Get size of blob in bytes.
        Specified by:
        getSize in interface BlobBase
        Returns:
        size of blob in bytes
      • getName

        public java.lang.String getName()
        Description copied from interface: BlobBase
        Retrieve remote name (key) of blob.
        Specified by:
        getName in interface BlobBase
        Returns:
        remote name (key) of blob.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object