Interface FeedMappingServiceGrpc.AsyncService
- All Known Implementing Classes:
FeedMappingServiceGrpc.FeedMappingServiceImplBase
- Enclosing class:
- FeedMappingServiceGrpc
public static interface FeedMappingServiceGrpc.AsyncService
Service to manage feed mappings.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateFeedMappings(MutateFeedMappingsRequest request, io.grpc.stub.StreamObserver<MutateFeedMappingsResponse> responseObserver) Creates or removes feed mappings.
-
Method Details
-
mutateFeedMappings
default void mutateFeedMappings(MutateFeedMappingsRequest request, io.grpc.stub.StreamObserver<MutateFeedMappingsResponse> responseObserver) Creates or removes feed mappings. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DistinctError]() [FeedMappingError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-