Class ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceImplBase

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

    public abstract static class ExpandedLandingPageViewServiceGrpc.ExpandedLandingPageViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch expanded landing page views.
     
    • Constructor Detail

      • ExpandedLandingPageViewServiceImplBase

        public ExpandedLandingPageViewServiceImplBase()
    • Method Detail

      • getExpandedLandingPageView

        public void getExpandedLandingPageView​(GetExpandedLandingPageViewRequest request,
                                               io.grpc.stub.StreamObserver<ExpandedLandingPageView> responseObserver)
         Returns the requested expanded landing page 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