Class FeedItemSetServiceGrpc.FeedItemSetServiceImplBase

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

    public abstract static class FeedItemSetServiceGrpc.FeedItemSetServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage feed Item Set
     
    • Constructor Detail

      • FeedItemSetServiceImplBase

        public FeedItemSetServiceImplBase()
    • Method Detail

      • mutateFeedItemSets

        public void mutateFeedItemSets​(MutateFeedItemSetsRequest request,
                                       io.grpc.stub.StreamObserver<MutateFeedItemSetsResponse> responseObserver)
         Creates, updates or removes feed item sets. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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