Interface CustomerFeedServiceGrpc.AsyncService
- All Known Implementing Classes:
CustomerFeedServiceGrpc.CustomerFeedServiceImplBase
- Enclosing class:
- CustomerFeedServiceGrpc
public static interface CustomerFeedServiceGrpc.AsyncService
Service to manage customer feeds.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateCustomerFeeds(MutateCustomerFeedsRequest request, io.grpc.stub.StreamObserver<MutateCustomerFeedsResponse> responseObserver) Creates, updates, or removes customer feeds.
-
Method Details
-
mutateCustomerFeeds
default void mutateCustomerFeeds(MutateCustomerFeedsRequest request, io.grpc.stub.StreamObserver<MutateCustomerFeedsResponse> responseObserver) Creates, updates, or removes customer feeds. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CustomerFeedError]() [DatabaseError]() [DistinctError]() [FieldError]() [FieldMaskError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-