Interface CampaignFeedServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CampaignFeedServiceGrpc.CampaignFeedServiceImplBase
- Enclosing class:
- CampaignFeedServiceGrpc
public static interface CampaignFeedServiceGrpc.AsyncServiceService to manage campaign feeds.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateCampaignFeeds(MutateCampaignFeedsRequest request, io.grpc.stub.StreamObserver<MutateCampaignFeedsResponse> responseObserver)Creates, updates, or removes campaign feeds.
-
-
-
Method Detail
-
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]()
-
-