Class LocalGCPBlobImpl

  • All Implemented Interfaces:
    GCPBlob

    public class LocalGCPBlobImpl
    extends java.lang.Object
    implements GCPBlob
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalGCPBlobImpl​(java.lang.String bucket, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBucket()  
      java.lang.String getContentType()  
      java.lang.String getName()  
      long getSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalGCPBlobImpl

        public LocalGCPBlobImpl​(java.lang.String bucket,
                                java.lang.String name)
    • Method Detail

      • getBucket

        public java.lang.String getBucket()
        Specified by:
        getBucket in interface GCPBlob
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface GCPBlob
      • getContentType

        public java.lang.String getContentType()
        Specified by:
        getContentType in interface GCPBlob
      • getSize

        public long getSize()
        Specified by:
        getSize in interface GCPBlob