Uses of Class
com.google.cloud.aiplatform.v1.FeatureRegistryServiceClient.ListFeaturesPagedResponse
Packages that use FeatureRegistryServiceClient.ListFeaturesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of FeatureRegistryServiceClient.ListFeaturesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureRegistryServiceClient.ListFeaturesPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceClient.listFeatures(EntityTypeName parent) Lists Features in a given FeatureGroup.FeatureRegistryServiceClient.listFeatures(FeatureGroupName parent) Lists Features in a given FeatureGroup.FeatureRegistryServiceClient.listFeatures(ListFeaturesRequest request) Lists Features in a given FeatureGroup.FeatureRegistryServiceClient.listFeatures(String parent) Lists Features in a given FeatureGroup.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeatureRegistryServiceClient.ListFeaturesPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceClient.ListFeaturesPagedResponse.createAsync(PageContext<ListFeaturesRequest, ListFeaturesResponse, Feature> context, ApiFuture<ListFeaturesResponse> futureResponse) FeatureRegistryServiceClient.listFeaturesPagedCallable()Lists Features in a given FeatureGroup.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse, FeatureRegistryServiceClient.ListFeaturesPagedResponse> FeatureRegistryServiceSettings.Builder.listFeaturesSettings()Returns the builder for the settings used for calls to listFeatures.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse, FeatureRegistryServiceClient.ListFeaturesPagedResponse> FeatureRegistryServiceSettings.listFeaturesSettings()Returns the object with the settings used for calls to listFeatures. -
Uses of FeatureRegistryServiceClient.ListFeaturesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type FeatureRegistryServiceClient.ListFeaturesPagedResponseModifier and TypeMethodDescriptionFeatureRegistryServiceStub.listFeaturesPagedCallable()GrpcFeatureRegistryServiceStub.listFeaturesPagedCallable()PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse, FeatureRegistryServiceClient.ListFeaturesPagedResponse> FeatureRegistryServiceStubSettings.Builder.listFeaturesSettings()Returns the builder for the settings used for calls to listFeatures.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse, FeatureRegistryServiceClient.ListFeaturesPagedResponse> FeatureRegistryServiceStubSettings.listFeaturesSettings()Returns the object with the settings used for calls to listFeatures.