Uses of Class
com.google.cloud.recommender.v1.Insight
-
Packages that use Insight Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of Insight in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Insight Modifier and Type Method Description InsightInsight.Builder. build()InsightInsight.Builder. buildPartial()static InsightInsight. getDefaultInstance()InsightInsight.Builder. getDefaultInstanceForType()InsightInsight. getDefaultInstanceForType()InsightRecommenderClient. getInsight(GetInsightRequest request)Gets the requested insight.InsightRecommenderClient. getInsight(InsightName name)Gets the requested insight.InsightRecommenderClient. getInsight(String name)Gets the requested insight.InsightRecommenderGrpc.RecommenderBlockingStub. getInsight(GetInsightRequest request)Gets the requested insight.InsightListInsightsResponse.Builder. getInsights(int index)The set of insights for the `parent` resource.InsightListInsightsResponse. getInsights(int index)The set of insights for the `parent` resource.InsightListInsightsResponseOrBuilder. getInsights(int index)The set of insights for the `parent` resource.InsightRecommenderClient. markInsightAccepted(InsightName name, Map<String,String> stateMetadata, String etag)Marks the Insight State as Accepted.InsightRecommenderClient. markInsightAccepted(MarkInsightAcceptedRequest request)Marks the Insight State as Accepted.InsightRecommenderClient. markInsightAccepted(String name, Map<String,String> stateMetadata, String etag)Marks the Insight State as Accepted.InsightRecommenderGrpc.RecommenderBlockingStub. markInsightAccepted(MarkInsightAcceptedRequest request)Marks the Insight State as Accepted.static InsightInsight. parseDelimitedFrom(InputStream input)static InsightInsight. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsightInsight. parseFrom(byte[] data)static InsightInsight. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsightInsight. parseFrom(com.google.protobuf.ByteString data)static InsightInsight. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsightInsight. parseFrom(com.google.protobuf.CodedInputStream input)static InsightInsight. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsightInsight. parseFrom(InputStream input)static InsightInsight. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsightInsight. parseFrom(ByteBuffer data)static InsightInsight. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1 that return types with arguments of type Insight Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInsightRequest,Insight>RecommenderGrpc. getGetInsightMethod()com.google.common.util.concurrent.ListenableFuture<Insight>RecommenderGrpc.RecommenderFutureStub. getInsight(GetInsightRequest request)Gets the requested insight.com.google.api.gax.rpc.UnaryCallable<GetInsightRequest,Insight>RecommenderClient. getInsightCallable()Gets the requested insight.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInsightRequest,Insight>RecommenderSettings.Builder. getInsightSettings()Returns the builder for the settings used for calls to getInsight.com.google.api.gax.rpc.UnaryCallSettings<GetInsightRequest,Insight>RecommenderSettings. getInsightSettings()Returns the object with the settings used for calls to getInsight.List<Insight>ListInsightsResponse.Builder. getInsightsList()The set of insights for the `parent` resource.List<Insight>ListInsightsResponse. getInsightsList()The set of insights for the `parent` resource.List<Insight>ListInsightsResponseOrBuilder. getInsightsList()The set of insights for the `parent` resource.static io.grpc.MethodDescriptor<MarkInsightAcceptedRequest,Insight>RecommenderGrpc. getMarkInsightAcceptedMethod()com.google.protobuf.Parser<Insight>Insight. getParserForType()com.google.common.util.concurrent.ListenableFuture<Insight>RecommenderGrpc.RecommenderFutureStub. markInsightAccepted(MarkInsightAcceptedRequest request)Marks the Insight State as Accepted.com.google.api.gax.rpc.UnaryCallable<MarkInsightAcceptedRequest,Insight>RecommenderClient. markInsightAcceptedCallable()Marks the Insight State as Accepted.com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkInsightAcceptedRequest,Insight>RecommenderSettings.Builder. markInsightAcceptedSettings()Returns the builder for the settings used for calls to markInsightAccepted.com.google.api.gax.rpc.UnaryCallSettings<MarkInsightAcceptedRequest,Insight>RecommenderSettings. markInsightAcceptedSettings()Returns the object with the settings used for calls to markInsightAccepted.static com.google.protobuf.Parser<Insight>Insight. parser()Methods in com.google.cloud.recommender.v1 with parameters of type Insight Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. addInsights(int index, Insight value)The set of insights for the `parent` resource.ListInsightsResponse.BuilderListInsightsResponse.Builder. addInsights(Insight value)The set of insights for the `parent` resource.Insight.BuilderInsight.Builder. mergeFrom(Insight other)static Insight.BuilderInsight. newBuilder(Insight prototype)ListInsightsResponse.BuilderListInsightsResponse.Builder. setInsights(int index, Insight value)The set of insights for the `parent` resource.Method parameters in com.google.cloud.recommender.v1 with type arguments of type Insight Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. addAllInsights(Iterable<? extends Insight> values)The set of insights for the `parent` resource.static com.google.api.core.ApiFuture<RecommenderClient.ListInsightsPagedResponse>RecommenderClient.ListInsightsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, com.google.api.core.ApiFuture<ListInsightsResponse> futureResponse)protected RecommenderClient.ListInsightsPageRecommenderClient.ListInsightsPage. createPage(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, ListInsightsResponse response)com.google.api.core.ApiFuture<RecommenderClient.ListInsightsPage>RecommenderClient.ListInsightsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, com.google.api.core.ApiFuture<ListInsightsResponse> futureResponse)default voidRecommenderGrpc.AsyncService. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Gets the requested insight.voidRecommenderGrpc.RecommenderStub. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Gets the requested insight.default voidRecommenderGrpc.AsyncService. markInsightAccepted(MarkInsightAcceptedRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Marks the Insight State as Accepted.voidRecommenderGrpc.RecommenderStub. markInsightAccepted(MarkInsightAcceptedRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Marks the Insight State as Accepted. -
Uses of Insight in com.google.cloud.recommender.v1.stub
Methods in com.google.cloud.recommender.v1.stub that return types with arguments of type Insight Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInsightRequest,Insight>GrpcRecommenderStub. getInsightCallable()com.google.api.gax.rpc.UnaryCallable<GetInsightRequest,Insight>HttpJsonRecommenderStub. getInsightCallable()com.google.api.gax.rpc.UnaryCallable<GetInsightRequest,Insight>RecommenderStub. getInsightCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInsightRequest,Insight>RecommenderStubSettings.Builder. getInsightSettings()Returns the builder for the settings used for calls to getInsight.com.google.api.gax.rpc.UnaryCallSettings<GetInsightRequest,Insight>RecommenderStubSettings. getInsightSettings()Returns the object with the settings used for calls to getInsight.com.google.api.gax.rpc.UnaryCallable<MarkInsightAcceptedRequest,Insight>GrpcRecommenderStub. markInsightAcceptedCallable()com.google.api.gax.rpc.UnaryCallable<MarkInsightAcceptedRequest,Insight>HttpJsonRecommenderStub. markInsightAcceptedCallable()com.google.api.gax.rpc.UnaryCallable<MarkInsightAcceptedRequest,Insight>RecommenderStub. markInsightAcceptedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkInsightAcceptedRequest,Insight>RecommenderStubSettings.Builder. markInsightAcceptedSettings()Returns the builder for the settings used for calls to markInsightAccepted.com.google.api.gax.rpc.UnaryCallSettings<MarkInsightAcceptedRequest,Insight>RecommenderStubSettings. markInsightAcceptedSettings()Returns the object with the settings used for calls to markInsightAccepted.
-