Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.ListFeaturestoresPagedResponse
Packages that use FeaturestoreServiceClient.ListFeaturestoresPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of FeaturestoreServiceClient.ListFeaturestoresPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient.ListFeaturestoresPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.listFeaturestores(ListFeaturestoresRequest request) Lists Featurestores in a given project and location.FeaturestoreServiceClient.listFeaturestores(LocationName parent) Lists Featurestores in a given project and location.FeaturestoreServiceClient.listFeaturestores(String parent) Lists Featurestores in a given project and location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreServiceClient.ListFeaturestoresPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.ListFeaturestoresPagedResponse.createAsync(PageContext<ListFeaturestoresRequest, ListFeaturestoresResponse, Featurestore> context, ApiFuture<ListFeaturestoresResponse> futureResponse) final UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> FeaturestoreServiceClient.listFeaturestoresPagedCallable()Lists Featurestores in a given project and location.PagedCallSettings.Builder<ListFeaturestoresRequest,ListFeaturestoresResponse, FeaturestoreServiceClient.ListFeaturestoresPagedResponse> FeaturestoreServiceSettings.Builder.listFeaturestoresSettings()Returns the builder for the settings used for calls to listFeaturestores.PagedCallSettings<ListFeaturestoresRequest,ListFeaturestoresResponse, FeaturestoreServiceClient.ListFeaturestoresPagedResponse> FeaturestoreServiceSettings.listFeaturestoresSettings()Returns the object with the settings used for calls to listFeaturestores. -
Uses of FeaturestoreServiceClient.ListFeaturestoresPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type FeaturestoreServiceClient.ListFeaturestoresPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceStub.listFeaturestoresPagedCallable()GrpcFeaturestoreServiceStub.listFeaturestoresPagedCallable()PagedCallSettings.Builder<ListFeaturestoresRequest,ListFeaturestoresResponse, FeaturestoreServiceClient.ListFeaturestoresPagedResponse> FeaturestoreServiceStubSettings.Builder.listFeaturestoresSettings()Returns the builder for the settings used for calls to listFeaturestores.PagedCallSettings<ListFeaturestoresRequest,ListFeaturestoresResponse, FeaturestoreServiceClient.ListFeaturestoresPagedResponse> FeaturestoreServiceStubSettings.listFeaturestoresSettings()Returns the object with the settings used for calls to listFeaturestores.