@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/recommender/v1beta1/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.
| Modifier and Type | Class and Description |
|---|---|
static class |
RecommenderGrpc.RecommenderBlockingStub
Provides insights and recommendations for cloud customers for various
categories like performance optimization, cost savings, reliability, feature
discovery, etc.
|
static class |
RecommenderGrpc.RecommenderFutureStub
Provides insights and recommendations for cloud customers for various
categories like performance optimization, cost savings, reliability, feature
discovery, etc.
|
static class |
RecommenderGrpc.RecommenderImplBase
Provides insights and recommendations for cloud customers for various
categories like performance optimization, cost savings, reliability, feature
discovery, etc.
|
static class |
RecommenderGrpc.RecommenderStub
Provides insights and recommendations for cloud customers for various
categories like performance optimization, cost savings, reliability, feature
discovery, etc.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetInsightRequest,Insight> |
getGetInsightMethod() |
static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation> |
getGetRecommendationMethod() |
static io.grpc.MethodDescriptor<ListInsightsRequest,ListInsightsResponse> |
getListInsightsMethod() |
static io.grpc.MethodDescriptor<ListRecommendationsRequest,ListRecommendationsResponse> |
getListRecommendationsMethod() |
static io.grpc.MethodDescriptor<MarkInsightAcceptedRequest,Insight> |
getMarkInsightAcceptedMethod() |
static io.grpc.MethodDescriptor<MarkRecommendationClaimedRequest,Recommendation> |
getMarkRecommendationClaimedMethod() |
static io.grpc.MethodDescriptor<MarkRecommendationFailedRequest,Recommendation> |
getMarkRecommendationFailedMethod() |
static io.grpc.MethodDescriptor<MarkRecommendationSucceededRequest,Recommendation> |
getMarkRecommendationSucceededMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static RecommenderGrpc.RecommenderBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static RecommenderGrpc.RecommenderFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RecommenderGrpc.RecommenderStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListInsightsRequest,ListInsightsResponse> getListInsightsMethod()
public static io.grpc.MethodDescriptor<GetInsightRequest,Insight> getGetInsightMethod()
public static io.grpc.MethodDescriptor<MarkInsightAcceptedRequest,Insight> getMarkInsightAcceptedMethod()
public static io.grpc.MethodDescriptor<ListRecommendationsRequest,ListRecommendationsResponse> getListRecommendationsMethod()
public static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation> getGetRecommendationMethod()
public static io.grpc.MethodDescriptor<MarkRecommendationClaimedRequest,Recommendation> getMarkRecommendationClaimedMethod()
public static io.grpc.MethodDescriptor<MarkRecommendationSucceededRequest,Recommendation> getMarkRecommendationSucceededMethod()
public static io.grpc.MethodDescriptor<MarkRecommendationFailedRequest,Recommendation> getMarkRecommendationFailedMethod()
public static RecommenderGrpc.RecommenderStub newStub(io.grpc.Channel channel)
public static RecommenderGrpc.RecommenderBlockingStub newBlockingStub(io.grpc.Channel channel)
public static RecommenderGrpc.RecommenderFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.