Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.ListEntityTypesPagedResponse
Packages that use FeaturestoreServiceClient.ListEntityTypesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of FeaturestoreServiceClient.ListEntityTypesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient.ListEntityTypesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.listEntityTypes(FeaturestoreName parent) Lists EntityTypes in a given Featurestore.FeaturestoreServiceClient.listEntityTypes(ListEntityTypesRequest request) Lists EntityTypes in a given Featurestore.FeaturestoreServiceClient.listEntityTypes(String parent) Lists EntityTypes in a given Featurestore.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreServiceClient.ListEntityTypesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.ListEntityTypesPagedResponse.createAsync(PageContext<ListEntityTypesRequest, ListEntityTypesResponse, EntityType> context, ApiFuture<ListEntityTypesResponse> futureResponse) FeaturestoreServiceClient.listEntityTypesPagedCallable()Lists EntityTypes in a given Featurestore.PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse, FeaturestoreServiceClient.ListEntityTypesPagedResponse> FeaturestoreServiceSettings.Builder.listEntityTypesSettings()Returns the builder for the settings used for calls to listEntityTypes.PagedCallSettings<ListEntityTypesRequest,ListEntityTypesResponse, FeaturestoreServiceClient.ListEntityTypesPagedResponse> FeaturestoreServiceSettings.listEntityTypesSettings()Returns the object with the settings used for calls to listEntityTypes. -
Uses of FeaturestoreServiceClient.ListEntityTypesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type FeaturestoreServiceClient.ListEntityTypesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceStub.listEntityTypesPagedCallable()GrpcFeaturestoreServiceStub.listEntityTypesPagedCallable()PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse, FeaturestoreServiceClient.ListEntityTypesPagedResponse> FeaturestoreServiceStubSettings.Builder.listEntityTypesSettings()Returns the builder for the settings used for calls to listEntityTypes.PagedCallSettings<ListEntityTypesRequest,ListEntityTypesResponse, FeaturestoreServiceClient.ListEntityTypesPagedResponse> FeaturestoreServiceStubSettings.listEntityTypesSettings()Returns the object with the settings used for calls to listEntityTypes.