Uses of Class
com.google.cloud.aiplatform.v1beta1.FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse
Packages that use FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FeatureRegistryServiceClient.ListFeatureGroupsPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceClient.listFeatureGroups(ListFeatureGroupsRequest request) Lists FeatureGroups in a given project and location.FeatureRegistryServiceClient.listFeatureGroups(LocationName parent) Lists FeatureGroups in a given project and location.FeatureRegistryServiceClient.listFeatureGroups(String parent) Lists FeatureGroups in a given project and location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FeatureRegistryServiceClient.ListFeatureGroupsPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceClient.ListFeatureGroupsPagedResponse.createAsync(PageContext<ListFeatureGroupsRequest, ListFeatureGroupsResponse, FeatureGroup> context, ApiFuture<ListFeatureGroupsResponse> futureResponse) final UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> FeatureRegistryServiceClient.listFeatureGroupsPagedCallable()Lists FeatureGroups in a given project and location.PagedCallSettings.Builder<ListFeatureGroupsRequest,ListFeatureGroupsResponse, FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> FeatureRegistryServiceSettings.Builder.listFeatureGroupsSettings()Returns the builder for the settings used for calls to listFeatureGroups.PagedCallSettings<ListFeatureGroupsRequest,ListFeatureGroupsResponse, FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> FeatureRegistryServiceSettings.listFeatureGroupsSettings()Returns the object with the settings used for calls to listFeatureGroups. -
Uses of FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type FeatureRegistryServiceClient.ListFeatureGroupsPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceStub.listFeatureGroupsPagedCallable()GrpcFeatureRegistryServiceStub.listFeatureGroupsPagedCallable()PagedCallSettings.Builder<ListFeatureGroupsRequest,ListFeatureGroupsResponse, FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> FeatureRegistryServiceStubSettings.Builder.listFeatureGroupsSettings()Returns the builder for the settings used for calls to listFeatureGroups.PagedCallSettings<ListFeatureGroupsRequest,ListFeatureGroupsResponse, FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> FeatureRegistryServiceStubSettings.listFeatureGroupsSettings()Returns the object with the settings used for calls to listFeatureGroups.