Class VideoServiceStub

  • All Implemented Interfaces:
    com.google.api.gax.core.BackgroundResource, java.lang.AutoCloseable
    Direct Known Subclasses:
    GrpcVideoServiceStub

    @Generated("by gapic-generator-java")
    public abstract class VideoServiceStub
    extends java.lang.Object
    implements com.google.api.gax.core.BackgroundResource
    Base stub class for the VideoService service API.

    This class is for advanced usage and reflects the underlying API directly.

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void close()  
      com.google.api.gax.rpc.UnaryCallable<GetVideoRequest,​Video> getVideoCallable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.api.gax.core.BackgroundResource

        awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
    • Constructor Detail

      • VideoServiceStub

        public VideoServiceStub()
    • Method Detail

      • getVideoCallable

        public com.google.api.gax.rpc.UnaryCallable<GetVideoRequest,​Video> getVideoCallable()
      • close

        public abstract void close()
        Specified by:
        close in interface java.lang.AutoCloseable