Interface CampaignFeedServiceGrpc.AsyncService

All Known Implementing Classes:
CampaignFeedServiceGrpc.CampaignFeedServiceImplBase
Enclosing class:
CampaignFeedServiceGrpc

public static interface CampaignFeedServiceGrpc.AsyncService
 Service to manage campaign feeds.
 
  • Method Details

    • mutateCampaignFeeds

      default void mutateCampaignFeeds(MutateCampaignFeedsRequest request, io.grpc.stub.StreamObserver<MutateCampaignFeedsResponse> responseObserver)
       Creates, updates, or removes campaign feeds. Operation statuses are
       returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CampaignFeedError]()
         [CollectionSizeError]()
         [DatabaseError]()
         [DistinctError]()
         [FieldError]()
         [FunctionError]()
         [FunctionParsingError]()
         [HeaderError]()
         [IdError]()
         [InternalError]()
         [MutateError]()
         [NotEmptyError]()
         [NullError]()
         [OperationAccessDeniedError]()
         [OperatorError]()
         [QuotaError]()
         [RangeError]()
         [RequestError]()
         [SizeLimitError]()
         [StringFormatError]()
         [StringLengthError]()