Class AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    AdScheduleViewServiceGrpc

    public abstract static class AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch ad schedule views.
     
    • Constructor Detail

      • AdScheduleViewServiceImplBase

        public AdScheduleViewServiceImplBase()
    • Method Detail

      • getAdScheduleView

        public void getAdScheduleView​(GetAdScheduleViewRequest request,
                                      io.grpc.stub.StreamObserver<AdScheduleView> responseObserver)
         Returns the requested ad schedule view in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService