Uses of Class
com.google.cloud.recommender.v1.Recommendation
-
Packages that use Recommendation Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of Recommendation in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Recommendation Modifier and Type Method Description RecommendationRecommendation.Builder. build()RecommendationRecommendation.Builder. buildPartial()static RecommendationRecommendation. getDefaultInstance()RecommendationRecommendation.Builder. getDefaultInstanceForType()RecommendationRecommendation. getDefaultInstanceForType()RecommendationRecommenderClient. getRecommendation(GetRecommendationRequest request)Gets the requested recommendation.RecommendationRecommenderClient. getRecommendation(RecommendationName name)Gets the requested recommendation.RecommendationRecommenderClient. getRecommendation(String name)Gets the requested recommendation.RecommendationRecommenderGrpc.RecommenderBlockingStub. getRecommendation(GetRecommendationRequest request)Gets the requested recommendation.RecommendationListRecommendationsResponse.Builder. getRecommendations(int index)The set of recommendations for the `parent` resource.RecommendationListRecommendationsResponse. getRecommendations(int index)The set of recommendations for the `parent` resource.RecommendationListRecommendationsResponseOrBuilder. getRecommendations(int index)The set of recommendations for the `parent` resource.RecommendationRecommenderClient. markRecommendationClaimed(MarkRecommendationClaimedRequest request)Marks the Recommendation State as Claimed.RecommendationRecommenderClient. markRecommendationClaimed(RecommendationName name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Claimed.RecommendationRecommenderClient. markRecommendationClaimed(String name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Claimed.RecommendationRecommenderGrpc.RecommenderBlockingStub. markRecommendationClaimed(MarkRecommendationClaimedRequest request)Marks the Recommendation State as Claimed.RecommendationRecommenderClient. markRecommendationDismissed(MarkRecommendationDismissedRequest request)Mark the Recommendation State as Dismissed.RecommendationRecommenderGrpc.RecommenderBlockingStub. markRecommendationDismissed(MarkRecommendationDismissedRequest request)Mark the Recommendation State as Dismissed.RecommendationRecommenderClient. markRecommendationFailed(MarkRecommendationFailedRequest request)Marks the Recommendation State as Failed.RecommendationRecommenderClient. markRecommendationFailed(RecommendationName name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Failed.RecommendationRecommenderClient. markRecommendationFailed(String name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Failed.RecommendationRecommenderGrpc.RecommenderBlockingStub. markRecommendationFailed(MarkRecommendationFailedRequest request)Marks the Recommendation State as Failed.RecommendationRecommenderClient. markRecommendationSucceeded(MarkRecommendationSucceededRequest request)Marks the Recommendation State as Succeeded.RecommendationRecommenderClient. markRecommendationSucceeded(RecommendationName name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Succeeded.RecommendationRecommenderClient. markRecommendationSucceeded(String name, Map<String,String> stateMetadata, String etag)Marks the Recommendation State as Succeeded.RecommendationRecommenderGrpc.RecommenderBlockingStub. markRecommendationSucceeded(MarkRecommendationSucceededRequest request)Marks the Recommendation State as Succeeded.static RecommendationRecommendation. parseDelimitedFrom(InputStream input)static RecommendationRecommendation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendationRecommendation. parseFrom(byte[] data)static RecommendationRecommendation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendationRecommendation. parseFrom(com.google.protobuf.ByteString data)static RecommendationRecommendation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendationRecommendation. parseFrom(com.google.protobuf.CodedInputStream input)static RecommendationRecommendation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendationRecommendation. parseFrom(InputStream input)static RecommendationRecommendation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendationRecommendation. parseFrom(ByteBuffer data)static RecommendationRecommendation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1 that return types with arguments of type Recommendation Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation>RecommenderGrpc. getGetRecommendationMethod()static io.grpc.MethodDescriptor<MarkRecommendationClaimedRequest,Recommendation>RecommenderGrpc. getMarkRecommendationClaimedMethod()static io.grpc.MethodDescriptor<MarkRecommendationDismissedRequest,Recommendation>RecommenderGrpc. getMarkRecommendationDismissedMethod()static io.grpc.MethodDescriptor<MarkRecommendationFailedRequest,Recommendation>RecommenderGrpc. getMarkRecommendationFailedMethod()static io.grpc.MethodDescriptor<MarkRecommendationSucceededRequest,Recommendation>RecommenderGrpc. getMarkRecommendationSucceededMethod()com.google.protobuf.Parser<Recommendation>Recommendation. getParserForType()com.google.common.util.concurrent.ListenableFuture<Recommendation>RecommenderGrpc.RecommenderFutureStub. getRecommendation(GetRecommendationRequest request)Gets the requested recommendation.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.List<Recommendation>ListRecommendationsResponse.Builder. getRecommendationsList()The set of recommendations for the `parent` resource.List<Recommendation>ListRecommendationsResponse. getRecommendationsList()The set of recommendations for the `parent` resource.List<Recommendation>ListRecommendationsResponseOrBuilder. getRecommendationsList()The set of recommendations for the `parent` resource.com.google.common.util.concurrent.ListenableFuture<Recommendation>RecommenderGrpc.RecommenderFutureStub. markRecommendationClaimed(MarkRecommendationClaimedRequest request)Marks the Recommendation State as Claimed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>RecommenderClient. markRecommendationClaimedCallable()Marks the Recommendation State as Claimed.com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationClaimedRequest,Recommendation>RecommenderSettings.Builder. markRecommendationClaimedSettings()Returns the builder for the settings used for calls to markRecommendationClaimed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationClaimedRequest,Recommendation>RecommenderSettings. markRecommendationClaimedSettings()Returns the object with the settings used for calls to markRecommendationClaimed.com.google.common.util.concurrent.ListenableFuture<Recommendation>RecommenderGrpc.RecommenderFutureStub. markRecommendationDismissed(MarkRecommendationDismissedRequest request)Mark the Recommendation State as Dismissed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationDismissedRequest,Recommendation>RecommenderClient. markRecommendationDismissedCallable()Mark the Recommendation State as Dismissed.com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationDismissedRequest,Recommendation>RecommenderSettings.Builder. markRecommendationDismissedSettings()Returns the builder for the settings used for calls to markRecommendationDismissed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationDismissedRequest,Recommendation>RecommenderSettings. markRecommendationDismissedSettings()Returns the object with the settings used for calls to markRecommendationDismissed.com.google.common.util.concurrent.ListenableFuture<Recommendation>RecommenderGrpc.RecommenderFutureStub. markRecommendationFailed(MarkRecommendationFailedRequest request)Marks the Recommendation State as Failed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationFailedRequest,Recommendation>RecommenderClient. markRecommendationFailedCallable()Marks the Recommendation State as Failed.com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationFailedRequest,Recommendation>RecommenderSettings.Builder. markRecommendationFailedSettings()Returns the builder for the settings used for calls to markRecommendationFailed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationFailedRequest,Recommendation>RecommenderSettings. markRecommendationFailedSettings()Returns the object with the settings used for calls to markRecommendationFailed.com.google.common.util.concurrent.ListenableFuture<Recommendation>RecommenderGrpc.RecommenderFutureStub. markRecommendationSucceeded(MarkRecommendationSucceededRequest request)Marks the Recommendation State as Succeeded.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>RecommenderClient. markRecommendationSucceededCallable()Marks the Recommendation State as Succeeded.com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationSucceededRequest,Recommendation>RecommenderSettings.Builder. markRecommendationSucceededSettings()Returns the builder for the settings used for calls to markRecommendationSucceeded.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationSucceededRequest,Recommendation>RecommenderSettings. markRecommendationSucceededSettings()Returns the object with the settings used for calls to markRecommendationSucceeded.static com.google.protobuf.Parser<Recommendation>Recommendation. parser()Methods in com.google.cloud.recommender.v1 with parameters of type Recommendation Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. addRecommendations(int index, Recommendation value)The set of recommendations for the `parent` resource.ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. addRecommendations(Recommendation value)The set of recommendations for the `parent` resource.Recommendation.BuilderRecommendation.Builder. mergeFrom(Recommendation other)static Recommendation.BuilderRecommendation. newBuilder(Recommendation prototype)ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. setRecommendations(int index, Recommendation value)The set of recommendations for the `parent` resource.Method parameters in com.google.cloud.recommender.v1 with type arguments of type Recommendation Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. addAllRecommendations(Iterable<? extends Recommendation> values)The set of recommendations for the `parent` resource.static com.google.api.core.ApiFuture<RecommenderClient.ListRecommendationsPagedResponse>RecommenderClient.ListRecommendationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, com.google.api.core.ApiFuture<ListRecommendationsResponse> futureResponse)protected RecommenderClient.ListRecommendationsPageRecommenderClient.ListRecommendationsPage. createPage(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ListRecommendationsResponse response)com.google.api.core.ApiFuture<RecommenderClient.ListRecommendationsPage>RecommenderClient.ListRecommendationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, com.google.api.core.ApiFuture<ListRecommendationsResponse> futureResponse)default voidRecommenderGrpc.AsyncService. getRecommendation(GetRecommendationRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Gets the requested recommendation.voidRecommenderGrpc.RecommenderStub. getRecommendation(GetRecommendationRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Gets the requested recommendation.default voidRecommenderGrpc.AsyncService. markRecommendationClaimed(MarkRecommendationClaimedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Claimed.voidRecommenderGrpc.RecommenderStub. markRecommendationClaimed(MarkRecommendationClaimedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Claimed.default voidRecommenderGrpc.AsyncService. markRecommendationDismissed(MarkRecommendationDismissedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Mark the Recommendation State as Dismissed.voidRecommenderGrpc.RecommenderStub. markRecommendationDismissed(MarkRecommendationDismissedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Mark the Recommendation State as Dismissed.default voidRecommenderGrpc.AsyncService. markRecommendationFailed(MarkRecommendationFailedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Failed.voidRecommenderGrpc.RecommenderStub. markRecommendationFailed(MarkRecommendationFailedRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Failed.default voidRecommenderGrpc.AsyncService. markRecommendationSucceeded(MarkRecommendationSucceededRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Succeeded.voidRecommenderGrpc.RecommenderStub. markRecommendationSucceeded(MarkRecommendationSucceededRequest request, io.grpc.stub.StreamObserver<Recommendation> responseObserver)Marks the Recommendation State as Succeeded. -
Uses of Recommendation in com.google.cloud.recommender.v1.stub
Methods in com.google.cloud.recommender.v1.stub that return types with arguments of type Recommendation 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.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>GrpcRecommenderStub. markRecommendationClaimedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>HttpJsonRecommenderStub. markRecommendationClaimedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>RecommenderStub. markRecommendationClaimedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationClaimedRequest,Recommendation>RecommenderStubSettings.Builder. markRecommendationClaimedSettings()Returns the builder for the settings used for calls to markRecommendationClaimed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationClaimedRequest,Recommendation>RecommenderStubSettings. markRecommendationClaimedSettings()Returns the object with the settings used for calls to markRecommendationClaimed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationDismissedRequest,Recommendation>GrpcRecommenderStub. markRecommendationDismissedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationDismissedRequest,Recommendation>HttpJsonRecommenderStub. markRecommendationDismissedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationDismissedRequest,Recommendation>RecommenderStub. markRecommendationDismissedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationDismissedRequest,Recommendation>RecommenderStubSettings.Builder. markRecommendationDismissedSettings()Returns the builder for the settings used for calls to markRecommendationDismissed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationDismissedRequest,Recommendation>RecommenderStubSettings. markRecommendationDismissedSettings()Returns the object with the settings used for calls to markRecommendationDismissed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationFailedRequest,Recommendation>GrpcRecommenderStub. markRecommendationFailedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationFailedRequest,Recommendation>HttpJsonRecommenderStub. markRecommendationFailedCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationFailedRequest,Recommendation>RecommenderStub. markRecommendationFailedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationFailedRequest,Recommendation>RecommenderStubSettings.Builder. markRecommendationFailedSettings()Returns the builder for the settings used for calls to markRecommendationFailed.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationFailedRequest,Recommendation>RecommenderStubSettings. markRecommendationFailedSettings()Returns the object with the settings used for calls to markRecommendationFailed.com.google.api.gax.rpc.UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>GrpcRecommenderStub. markRecommendationSucceededCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>HttpJsonRecommenderStub. markRecommendationSucceededCallable()com.google.api.gax.rpc.UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>RecommenderStub. markRecommendationSucceededCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationSucceededRequest,Recommendation>RecommenderStubSettings.Builder. markRecommendationSucceededSettings()Returns the builder for the settings used for calls to markRecommendationSucceeded.com.google.api.gax.rpc.UnaryCallSettings<MarkRecommendationSucceededRequest,Recommendation>RecommenderStubSettings. markRecommendationSucceededSettings()Returns the object with the settings used for calls to markRecommendationSucceeded.
-