Interface FeedServiceGrpc.AsyncService

All Known Implementing Classes:
FeedServiceGrpc.FeedServiceImplBase
Enclosing class:
FeedServiceGrpc

public static interface FeedServiceGrpc.AsyncService
 Service to manage feeds.
 
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    mutateFeeds(MutateFeedsRequest request, io.grpc.stub.StreamObserver<MutateFeedsResponse> responseObserver)
    Creates, updates, or removes feeds.
  • Method Details

    • mutateFeeds

      default 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]()