public static final class RecommenderGrpc.RecommenderFutureStub extends AbstractFutureStub<RecommenderGrpc.RecommenderFutureStub>
   
   Provides insights and recommendations for cloud customers for various
 categories like performance optimization, cost savings, reliability, feature
 discovery, etc. Insights and recommendations are generated automatically
 based on analysis of user resources, configuration and monitoring metrics.
    Inheritance
    java.lang.Object  > 
    io.grpc.stub.AbstractStub  > 
    io.grpc.stub.AbstractFutureStub  > 
    RecommenderGrpc.RecommenderFutureStub
   
  
    Inherited Members
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
    
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
    
    
      io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
    
    
      io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
    
    
      io.grpc.stub.AbstractStub.getCallOptions()
    
    
      io.grpc.stub.AbstractStub.getChannel()
    
    
      io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
    
    
      io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
    
    
      io.grpc.stub.AbstractStub.withCompression(java.lang.String)
    
    
      io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
    
    
      io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
    
    
      io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
    
    
      io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
    
    
      io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
    
    
      io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
    
    
      io.grpc.stub.AbstractStub.withWaitForReady()
    
    
    
    
    
    
    
    
    
    
    
    
   
  Methods
  
  
  build(Channel channel, CallOptions callOptions)
  
    protected RecommenderGrpc.RecommenderFutureStub build(Channel channel, CallOptions callOptions)
   
  Parameters
  
    
      
        | Name | Description | 
      
        | channel | io.grpc.Channel
 | 
      
        | callOptions | io.grpc.CallOptions
 | 
    
  
  Returns
  
  Overrides
  io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
  
  getInsight(GetInsightRequest request)
  
    public ListenableFuture<Insight> getInsight(GetInsightRequest request)
   
   Gets the requested insight. Requires the recommender.*.get IAM permission
 for the specified insight type.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Insight> |  | 
    
  
  
  getInsightTypeConfig(GetInsightTypeConfigRequest request)
  
    public ListenableFuture<InsightTypeConfig> getInsightTypeConfig(GetInsightTypeConfigRequest request)
   
   Gets the requested InsightTypeConfig. There is only one instance of the
 config for each InsightType.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<InsightTypeConfig> |  | 
    
  
  
  getRecommendation(GetRecommendationRequest request)
  
    public ListenableFuture<Recommendation> getRecommendation(GetRecommendationRequest request)
   
   Gets the requested recommendation. Requires the recommender.*.get
 IAM permission for the specified recommender.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Recommendation> |  | 
    
  
  
  getRecommenderConfig(GetRecommenderConfigRequest request)
  
    public ListenableFuture<RecommenderConfig> getRecommenderConfig(GetRecommenderConfigRequest request)
   
   Gets the requested Recommender Config. There is only one instance of the
 config for each Recommender.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<RecommenderConfig> |  | 
    
  
  
  listInsights(ListInsightsRequest request)
  
    public ListenableFuture<ListInsightsResponse> listInsights(ListInsightsRequest request)
   
   Lists insights for the specified Cloud Resource. Requires the
 recommender.*.list IAM permission for the specified insight type.
listRecommendations(ListRecommendationsRequest request)
  
    public ListenableFuture<ListRecommendationsResponse> listRecommendations(ListRecommendationsRequest request)
   
   Lists recommendations for the specified Cloud Resource. Requires the
 recommender.*.list IAM permission for the specified recommender.
markInsightAccepted(MarkInsightAcceptedRequest request)
  
    public ListenableFuture<Insight> markInsightAccepted(MarkInsightAcceptedRequest request)
   
   Marks the Insight State as Accepted. Users can use this method to
 indicate to the Recommender API that they have applied some action based
 on the insight. This stops the insight content from being updated.
 MarkInsightAccepted can be applied to insights in ACTIVE state. Requires
 the recommender.*.update IAM permission for the specified insight.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Insight> |  | 
    
  
  
  markRecommendationClaimed(MarkRecommendationClaimedRequest request)
  
    public ListenableFuture<Recommendation> markRecommendationClaimed(MarkRecommendationClaimedRequest request)
   
   Marks the Recommendation State as Claimed. Users can use this method to
 indicate to the Recommender API that they are starting to apply the
 recommendation themselves. This stops the recommendation content from being
 updated. Associated insights are frozen and placed in the ACCEPTED state.
 MarkRecommendationClaimed can be applied to recommendations in CLAIMED,
 SUCCEEDED, FAILED, or ACTIVE state.
 Requires the recommender.*.update IAM permission for the specified
 recommender.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Recommendation> |  | 
    
  
  
  markRecommendationFailed(MarkRecommendationFailedRequest request)
  
    public ListenableFuture<Recommendation> markRecommendationFailed(MarkRecommendationFailedRequest request)
   
   Marks the Recommendation State as Failed. Users can use this method to
 indicate to the Recommender API that they have applied the recommendation
 themselves, and the operation failed. This stops the recommendation content
 from being updated. Associated insights are frozen and placed in the
 ACCEPTED state.
 MarkRecommendationFailed can be applied to recommendations in ACTIVE,
 CLAIMED, SUCCEEDED, or FAILED state.
 Requires the recommender.*.update IAM permission for the specified
 recommender.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Recommendation> |  | 
    
  
  
  markRecommendationSucceeded(MarkRecommendationSucceededRequest request)
  
    public ListenableFuture<Recommendation> markRecommendationSucceeded(MarkRecommendationSucceededRequest request)
   
   Marks the Recommendation State as Succeeded. Users can use this method to
 indicate to the Recommender API that they have applied the recommendation
 themselves, and the operation was successful. This stops the recommendation
 content from being updated. Associated insights are frozen and placed in
 the ACCEPTED state.
 MarkRecommendationSucceeded can be applied to recommendations in ACTIVE,
 CLAIMED, SUCCEEDED, or FAILED state.
 Requires the recommender.*.update IAM permission for the specified
 recommender.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<Recommendation> |  | 
    
  
  
  updateInsightTypeConfig(UpdateInsightTypeConfigRequest request)
  
    public ListenableFuture<InsightTypeConfig> updateInsightTypeConfig(UpdateInsightTypeConfigRequest request)
   
   Updates an InsightTypeConfig change. This will create a new revision of the
 config.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<InsightTypeConfig> |  | 
    
  
  
  updateRecommenderConfig(UpdateRecommenderConfigRequest request)
  
    public ListenableFuture<RecommenderConfig> updateRecommenderConfig(UpdateRecommenderConfigRequest request)
   
   Updates a Recommender Config. This will create a new revision of the
 config.
    
      
        | Type | Description | 
      
        | com.google.common.util.concurrent.ListenableFuture<RecommenderConfig> |  |