Class RecommenderGrpc.RecommenderImplBase
- java.lang.Object
-
- com.google.cloud.recommender.v1beta1.RecommenderGrpc.RecommenderImplBase
-
- All Implemented Interfaces:
RecommenderGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- RecommenderGrpc
public abstract static class RecommenderGrpc.RecommenderImplBase extends Object implements io.grpc.BindableService, RecommenderGrpc.AsyncService
Base class for the server implementation of the service Recommender.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.
-
-
Constructor Summary
Constructors Constructor Description RecommenderImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.recommender.v1beta1.RecommenderGrpc.AsyncService
getInsight, getInsightTypeConfig, getRecommendation, getRecommenderConfig, listInsights, listInsightTypes, listRecommendations, listRecommenders, markInsightAccepted, markRecommendationClaimed, markRecommendationFailed, markRecommendationSucceeded, updateInsightTypeConfig, updateRecommenderConfig
-
-