Class RecommendationServiceGrpc.RecommendationServiceFutureStub

    • Method Detail

      • getRecommendation

        public com.google.common.util.concurrent.ListenableFuture<Recommendation> getRecommendation​(GetRecommendationRequest request)
         Returns the requested recommendation in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • applyRecommendation

        public com.google.common.util.concurrent.ListenableFuture<ApplyRecommendationResponse> applyRecommendation​(ApplyRecommendationRequest request)
         Applies given recommendations with corresponding apply parameters.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RecommendationError]()
           [RequestError]()
           [UrlFieldError]()
         
      • dismissRecommendation

        public com.google.common.util.concurrent.ListenableFuture<DismissRecommendationResponse> dismissRecommendation​(DismissRecommendationRequest request)
         Dismisses given recommendations.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RecommendationError]()
           [RequestError]()