Class CampaignFeedServiceGrpc.CampaignFeedServiceImplBase

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

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

      • CampaignFeedServiceImplBase

        public CampaignFeedServiceImplBase()
    • Method Detail

      • mutateCampaignFeeds

        public 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]()
         
      • bindService

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