Class FeedServiceGrpc.FeedServiceImplBase

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

    public abstract static class FeedServiceGrpc.FeedServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage feeds.
     
    • Constructor Detail

      • FeedServiceImplBase

        public FeedServiceImplBase()
    • Method Detail

      • mutateFeeds

        public void mutateFeeds​(MutateFeedsRequest request,
                                io.grpc.stub.StreamObserver<MutateFeedsResponse> responseObserver)
         Creates, updates, or removes feeds. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [DatabaseError]()
           [DistinctError]()
           [FeedError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [ListOperationError]()
           [MutateError]()
           [NewResourceCreationError]()
           [NotEmptyError]()
           [NullError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()
         
      • bindService

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