Uses of Class
com.google.cloud.recommender.v1beta1.GetInsightRequest
-
Packages that use GetInsightRequest Package Description com.google.cloud.recommender.v1beta1 A client to Recommender APIcom.google.cloud.recommender.v1beta1.stub -
-
Uses of GetInsightRequest in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return GetInsightRequest Modifier and Type Method Description GetInsightRequestGetInsightRequest.Builder. build()GetInsightRequestGetInsightRequest.Builder. buildPartial()static GetInsightRequestGetInsightRequest. getDefaultInstance()GetInsightRequestGetInsightRequest.Builder. getDefaultInstanceForType()GetInsightRequestGetInsightRequest. getDefaultInstanceForType()static GetInsightRequestGetInsightRequest. parseDelimitedFrom(InputStream input)static GetInsightRequestGetInsightRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInsightRequestGetInsightRequest. parseFrom(byte[] data)static GetInsightRequestGetInsightRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInsightRequestGetInsightRequest. parseFrom(com.google.protobuf.ByteString data)static GetInsightRequestGetInsightRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInsightRequestGetInsightRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetInsightRequestGetInsightRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInsightRequestGetInsightRequest. parseFrom(InputStream input)static GetInsightRequestGetInsightRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInsightRequestGetInsightRequest. parseFrom(ByteBuffer data)static GetInsightRequestGetInsightRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type GetInsightRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInsightRequest,Insight>RecommenderGrpc. getGetInsightMethod()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.com.google.protobuf.Parser<GetInsightRequest>GetInsightRequest. getParserForType()static com.google.protobuf.Parser<GetInsightRequest>GetInsightRequest. parser()Methods in com.google.cloud.recommender.v1beta1 with parameters of type GetInsightRequest Modifier and Type Method Description InsightRecommenderClient. getInsight(GetInsightRequest request)Gets the requested insight.default voidRecommenderGrpc.AsyncService. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Gets the requested insight.InsightRecommenderGrpc.RecommenderBlockingStub. getInsight(GetInsightRequest request)Gets the requested insight.com.google.common.util.concurrent.ListenableFuture<Insight>RecommenderGrpc.RecommenderFutureStub. getInsight(GetInsightRequest request)Gets the requested insight.voidRecommenderGrpc.RecommenderStub. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)Gets the requested insight.GetInsightRequest.BuilderGetInsightRequest.Builder. mergeFrom(GetInsightRequest other)static GetInsightRequest.BuilderGetInsightRequest. newBuilder(GetInsightRequest prototype) -
Uses of GetInsightRequest in com.google.cloud.recommender.v1beta1.stub
Methods in com.google.cloud.recommender.v1beta1.stub that return types with arguments of type GetInsightRequest 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.
-