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