Interface RecommendationSubscriptionServiceGrpc.AsyncService

All Known Implementing Classes:
RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceImplBase
Enclosing class:
RecommendationSubscriptionServiceGrpc

public static interface RecommendationSubscriptionServiceGrpc.AsyncService
 Service to manage recommendation subscriptions.
 
  • Method Details

    • mutateRecommendationSubscription

      default void mutateRecommendationSubscription(MutateRecommendationSubscriptionRequest request, io.grpc.stub.StreamObserver<MutateRecommendationSubscriptionResponse> responseObserver)
       Mutates given subscription with corresponding apply parameters.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RecommendationError]()
         [RequestError]()
         [UrlFieldError]()