Package com.google.cloud.recommender.v1
Class RecommenderGrpc
- java.lang.Object
-
- com.google.cloud.recommender.v1.RecommenderGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/recommender/v1/recommender_service.proto") public final class RecommenderGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RecommenderGrpc.AsyncService
Provides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc.static class
RecommenderGrpc.RecommenderBlockingStub
A stub to allow clients to do synchronous rpc calls to service Recommender.static class
RecommenderGrpc.RecommenderFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Recommender.static class
RecommenderGrpc.RecommenderImplBase
Base class for the server implementation of the service Recommender.static class
RecommenderGrpc.RecommenderStub
A stub to allow clients to do asynchronous rpc calls to service Recommender.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListInsightsMethod
public static io.grpc.MethodDescriptor<ListInsightsRequest,ListInsightsResponse> getListInsightsMethod()
-
getGetInsightMethod
public static io.grpc.MethodDescriptor<GetInsightRequest,Insight> getGetInsightMethod()
-
getMarkInsightAcceptedMethod
public static io.grpc.MethodDescriptor<MarkInsightAcceptedRequest,Insight> getMarkInsightAcceptedMethod()
-
getListRecommendationsMethod
public static io.grpc.MethodDescriptor<ListRecommendationsRequest,ListRecommendationsResponse> getListRecommendationsMethod()
-
getGetRecommendationMethod
public static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation> getGetRecommendationMethod()
-
getMarkRecommendationDismissedMethod
public static io.grpc.MethodDescriptor<MarkRecommendationDismissedRequest,Recommendation> getMarkRecommendationDismissedMethod()
-
getMarkRecommendationClaimedMethod
public static io.grpc.MethodDescriptor<MarkRecommendationClaimedRequest,Recommendation> getMarkRecommendationClaimedMethod()
-
getMarkRecommendationSucceededMethod
public static io.grpc.MethodDescriptor<MarkRecommendationSucceededRequest,Recommendation> getMarkRecommendationSucceededMethod()
-
getMarkRecommendationFailedMethod
public static io.grpc.MethodDescriptor<MarkRecommendationFailedRequest,Recommendation> getMarkRecommendationFailedMethod()
-
getGetRecommenderConfigMethod
public static io.grpc.MethodDescriptor<GetRecommenderConfigRequest,RecommenderConfig> getGetRecommenderConfigMethod()
-
getUpdateRecommenderConfigMethod
public static io.grpc.MethodDescriptor<UpdateRecommenderConfigRequest,RecommenderConfig> getUpdateRecommenderConfigMethod()
-
getGetInsightTypeConfigMethod
public static io.grpc.MethodDescriptor<GetInsightTypeConfigRequest,InsightTypeConfig> getGetInsightTypeConfigMethod()
-
getUpdateInsightTypeConfigMethod
public static io.grpc.MethodDescriptor<UpdateInsightTypeConfigRequest,InsightTypeConfig> getUpdateInsightTypeConfigMethod()
-
newStub
public static RecommenderGrpc.RecommenderStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RecommenderGrpc.RecommenderBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RecommenderGrpc.RecommenderFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(RecommenderGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-