Uses of Class
com.google.cloud.recommender.v1.GetRecommendationRequest
-
Packages that use GetRecommendationRequest Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of GetRecommendationRequest in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return GetRecommendationRequest Modifier and Type Method Description GetRecommendationRequest
GetRecommendationRequest.Builder. build()
GetRecommendationRequest
GetRecommendationRequest.Builder. buildPartial()
static GetRecommendationRequest
GetRecommendationRequest. getDefaultInstance()
GetRecommendationRequest
GetRecommendationRequest.Builder. getDefaultInstanceForType()
GetRecommendationRequest
GetRecommendationRequest. getDefaultInstanceForType()
static GetRecommendationRequest
GetRecommendationRequest. parseDelimitedFrom(InputStream input)
static GetRecommendationRequest
GetRecommendationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(byte[] data)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(InputStream input)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(ByteBuffer data)
static GetRecommendationRequest
GetRecommendationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1 that return types with arguments of type GetRecommendationRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation>
RecommenderGrpc. getGetRecommendationMethod()
com.google.protobuf.Parser<GetRecommendationRequest>
GetRecommendationRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRecommendationRequest,Recommendation>
RecommenderClient. getRecommendationCallable()
Gets the requested recommendation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecommendationRequest,Recommendation>
RecommenderSettings.Builder. getRecommendationSettings()
Returns the builder for the settings used for calls to getRecommendation.com.google.api.gax.rpc.UnaryCallSettings<GetRecommendationRequest,Recommendation>
RecommenderSettings. getRecommendationSettings()
Returns the object with the settings used for calls to getRecommendation.static com.google.protobuf.Parser<GetRecommendationRequest>
GetRecommendationRequest. parser()
Methods in com.google.cloud.recommender.v1 with parameters of type GetRecommendationRequest Modifier and Type Method Description Recommendation
RecommenderClient. getRecommendation(GetRecommendationRequest request)
Gets the requested recommendation.default void
RecommenderGrpc.AsyncService. getRecommendation(GetRecommendationRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)
Gets the requested recommendation.Recommendation
RecommenderGrpc.RecommenderBlockingStub. getRecommendation(GetRecommendationRequest request)
Gets the requested recommendation.com.google.common.util.concurrent.ListenableFuture<Recommendation>
RecommenderGrpc.RecommenderFutureStub. getRecommendation(GetRecommendationRequest request)
Gets the requested recommendation.void
RecommenderGrpc.RecommenderStub. getRecommendation(GetRecommendationRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)
Gets the requested recommendation.GetRecommendationRequest.Builder
GetRecommendationRequest.Builder. mergeFrom(GetRecommendationRequest other)
static GetRecommendationRequest.Builder
GetRecommendationRequest. newBuilder(GetRecommendationRequest prototype)
-
Uses of GetRecommendationRequest in com.google.cloud.recommender.v1.stub
Methods in com.google.cloud.recommender.v1.stub that return types with arguments of type GetRecommendationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRecommendationRequest,Recommendation>
GrpcRecommenderStub. getRecommendationCallable()
com.google.api.gax.rpc.UnaryCallable<GetRecommendationRequest,Recommendation>
HttpJsonRecommenderStub. getRecommendationCallable()
com.google.api.gax.rpc.UnaryCallable<GetRecommendationRequest,Recommendation>
RecommenderStub. getRecommendationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecommendationRequest,Recommendation>
RecommenderStubSettings.Builder. getRecommendationSettings()
Returns the builder for the settings used for calls to getRecommendation.com.google.api.gax.rpc.UnaryCallSettings<GetRecommendationRequest,Recommendation>
RecommenderStubSettings. getRecommendationSettings()
Returns the object with the settings used for calls to getRecommendation.
-