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 GetInsightRequest
GetInsightRequest.Builder. build()
GetInsightRequest
GetInsightRequest.Builder. buildPartial()
static GetInsightRequest
GetInsightRequest. getDefaultInstance()
GetInsightRequest
GetInsightRequest.Builder. getDefaultInstanceForType()
GetInsightRequest
GetInsightRequest. getDefaultInstanceForType()
static GetInsightRequest
GetInsightRequest. parseDelimitedFrom(InputStream input)
static GetInsightRequest
GetInsightRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInsightRequest
GetInsightRequest. parseFrom(byte[] data)
static GetInsightRequest
GetInsightRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInsightRequest
GetInsightRequest. parseFrom(com.google.protobuf.ByteString data)
static GetInsightRequest
GetInsightRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInsightRequest
GetInsightRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetInsightRequest
GetInsightRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInsightRequest
GetInsightRequest. parseFrom(InputStream input)
static GetInsightRequest
GetInsightRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInsightRequest
GetInsightRequest. parseFrom(ByteBuffer data)
static GetInsightRequest
GetInsightRequest. 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 Insight
RecommenderClient. getInsight(GetInsightRequest request)
Gets the requested insight.default void
RecommenderGrpc.AsyncService. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)
Gets the requested insight.Insight
RecommenderGrpc.RecommenderBlockingStub. getInsight(GetInsightRequest request)
Gets the requested insight.com.google.common.util.concurrent.ListenableFuture<Insight>
RecommenderGrpc.RecommenderFutureStub. getInsight(GetInsightRequest request)
Gets the requested insight.void
RecommenderGrpc.RecommenderStub. getInsight(GetInsightRequest request, io.grpc.stub.StreamObserver<Insight> responseObserver)
Gets the requested insight.GetInsightRequest.Builder
GetInsightRequest.Builder. mergeFrom(GetInsightRequest other)
static GetInsightRequest.Builder
GetInsightRequest. 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.
-