Uses of Class
com.google.cloud.recommender.v1.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of ListRecommendationsRequest in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return ListRecommendationsRequest Modifier and Type Method Description ListRecommendationsRequestListRecommendationsRequest.Builder. build()ListRecommendationsRequestListRecommendationsRequest.Builder. buildPartial()static ListRecommendationsRequestListRecommendationsRequest. getDefaultInstance()ListRecommendationsRequestListRecommendationsRequest.Builder. getDefaultInstanceForType()ListRecommendationsRequestListRecommendationsRequest. getDefaultInstanceForType()static ListRecommendationsRequestListRecommendationsRequest. parseDelimitedFrom(InputStream input)static ListRecommendationsRequestListRecommendationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(byte[] data)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(InputStream input)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(ByteBuffer data)static ListRecommendationsRequestListRecommendationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1 that return types with arguments of type ListRecommendationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRecommendationsRequest,ListRecommendationsResponse>RecommenderGrpc. getListRecommendationsMethod()com.google.protobuf.Parser<ListRecommendationsRequest>ListRecommendationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse>RecommenderClient. listRecommendationsCallable()Lists recommendations for the specified Cloud Resource.com.google.api.gax.rpc.UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse>RecommenderClient. listRecommendationsPagedCallable()Lists recommendations for the specified Cloud Resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRecommendationsRequest,ListRecommendationsResponse,RecommenderClient.ListRecommendationsPagedResponse>RecommenderSettings.Builder. listRecommendationsSettings()Returns the builder for the settings used for calls to listRecommendations.com.google.api.gax.rpc.PagedCallSettings<ListRecommendationsRequest,ListRecommendationsResponse,RecommenderClient.ListRecommendationsPagedResponse>RecommenderSettings. listRecommendationsSettings()Returns the object with the settings used for calls to listRecommendations.static com.google.protobuf.Parser<ListRecommendationsRequest>ListRecommendationsRequest. parser()Methods in com.google.cloud.recommender.v1 with parameters of type ListRecommendationsRequest Modifier and Type Method Description RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(ListRecommendationsRequest request)Lists recommendations for the specified Cloud Resource.default voidRecommenderGrpc.AsyncService. listRecommendations(ListRecommendationsRequest request, io.grpc.stub.StreamObserver<ListRecommendationsResponse> responseObserver)Lists recommendations for the specified Cloud Resource.ListRecommendationsResponseRecommenderGrpc.RecommenderBlockingStub. listRecommendations(ListRecommendationsRequest request)Lists recommendations for the specified Cloud Resource.com.google.common.util.concurrent.ListenableFuture<ListRecommendationsResponse>RecommenderGrpc.RecommenderFutureStub. listRecommendations(ListRecommendationsRequest request)Lists recommendations for the specified Cloud Resource.voidRecommenderGrpc.RecommenderStub. listRecommendations(ListRecommendationsRequest request, io.grpc.stub.StreamObserver<ListRecommendationsResponse> responseObserver)Lists recommendations for the specified Cloud Resource.ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. mergeFrom(ListRecommendationsRequest other)static ListRecommendationsRequest.BuilderListRecommendationsRequest. newBuilder(ListRecommendationsRequest prototype)Method parameters in com.google.cloud.recommender.v1 with type arguments of type ListRecommendationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<RecommenderClient.ListRecommendationsPagedResponse>RecommenderClient.ListRecommendationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, com.google.api.core.ApiFuture<ListRecommendationsResponse> futureResponse)protected RecommenderClient.ListRecommendationsPageRecommenderClient.ListRecommendationsPage. createPage(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ListRecommendationsResponse response)com.google.api.core.ApiFuture<RecommenderClient.ListRecommendationsPage>RecommenderClient.ListRecommendationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, com.google.api.core.ApiFuture<ListRecommendationsResponse> futureResponse) -
Uses of ListRecommendationsRequest in com.google.cloud.recommender.v1.stub
-