Uses of Class
com.google.cloud.recommender.v1.ListInsightsRequest
-
Packages that use ListInsightsRequest Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of ListInsightsRequest in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return ListInsightsRequest Modifier and Type Method Description ListInsightsRequest
ListInsightsRequest.Builder. build()
ListInsightsRequest
ListInsightsRequest.Builder. buildPartial()
static ListInsightsRequest
ListInsightsRequest. getDefaultInstance()
ListInsightsRequest
ListInsightsRequest.Builder. getDefaultInstanceForType()
ListInsightsRequest
ListInsightsRequest. getDefaultInstanceForType()
static ListInsightsRequest
ListInsightsRequest. parseDelimitedFrom(InputStream input)
static ListInsightsRequest
ListInsightsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInsightsRequest
ListInsightsRequest. parseFrom(byte[] data)
static ListInsightsRequest
ListInsightsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInsightsRequest
ListInsightsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInsightsRequest
ListInsightsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInsightsRequest
ListInsightsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInsightsRequest
ListInsightsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInsightsRequest
ListInsightsRequest. parseFrom(InputStream input)
static ListInsightsRequest
ListInsightsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInsightsRequest
ListInsightsRequest. parseFrom(ByteBuffer data)
static ListInsightsRequest
ListInsightsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1 that return types with arguments of type ListInsightsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInsightsRequest,ListInsightsResponse>
RecommenderGrpc. getListInsightsMethod()
com.google.protobuf.Parser<ListInsightsRequest>
ListInsightsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,ListInsightsResponse>
RecommenderClient. listInsightsCallable()
Lists insights for the specified Cloud Resource.com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
RecommenderClient. listInsightsPagedCallable()
Lists insights for the specified Cloud Resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderSettings.Builder. listInsightsSettings()
Returns the builder for the settings used for calls to listInsights.com.google.api.gax.rpc.PagedCallSettings<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderSettings. listInsightsSettings()
Returns the object with the settings used for calls to listInsights.static com.google.protobuf.Parser<ListInsightsRequest>
ListInsightsRequest. parser()
Methods in com.google.cloud.recommender.v1 with parameters of type ListInsightsRequest Modifier and Type Method Description RecommenderClient.ListInsightsPagedResponse
RecommenderClient. listInsights(ListInsightsRequest request)
Lists insights for the specified Cloud Resource.default void
RecommenderGrpc.AsyncService. listInsights(ListInsightsRequest request, io.grpc.stub.StreamObserver<ListInsightsResponse> responseObserver)
Lists insights for the specified Cloud Resource.ListInsightsResponse
RecommenderGrpc.RecommenderBlockingStub. listInsights(ListInsightsRequest request)
Lists insights for the specified Cloud Resource.com.google.common.util.concurrent.ListenableFuture<ListInsightsResponse>
RecommenderGrpc.RecommenderFutureStub. listInsights(ListInsightsRequest request)
Lists insights for the specified Cloud Resource.void
RecommenderGrpc.RecommenderStub. listInsights(ListInsightsRequest request, io.grpc.stub.StreamObserver<ListInsightsResponse> responseObserver)
Lists insights for the specified Cloud Resource.ListInsightsRequest.Builder
ListInsightsRequest.Builder. mergeFrom(ListInsightsRequest other)
static ListInsightsRequest.Builder
ListInsightsRequest. newBuilder(ListInsightsRequest prototype)
Method parameters in com.google.cloud.recommender.v1 with type arguments of type ListInsightsRequest Modifier and Type Method Description 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.ListInsightsPage
RecommenderClient.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)
-
Uses of ListInsightsRequest in com.google.cloud.recommender.v1.stub
Methods in com.google.cloud.recommender.v1.stub that return types with arguments of type ListInsightsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,ListInsightsResponse>
GrpcRecommenderStub. listInsightsCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,ListInsightsResponse>
HttpJsonRecommenderStub. listInsightsCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,ListInsightsResponse>
RecommenderStub. listInsightsCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
GrpcRecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
HttpJsonRecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
RecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderStubSettings.Builder. listInsightsSettings()
Returns the builder for the settings used for calls to listInsights.com.google.api.gax.rpc.PagedCallSettings<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderStubSettings. listInsightsSettings()
Returns the object with the settings used for calls to listInsights.
-