Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.ListFeaturesPagedResponse
-
Packages that use FeaturestoreServiceClient.ListFeaturesPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of FeaturestoreServiceClient.ListFeaturesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient.ListFeaturesPagedResponse Modifier and Type Method Description FeaturestoreServiceClient.ListFeaturesPagedResponse
FeaturestoreServiceClient. listFeatures(EntityTypeName parent)
Lists Features in a given EntityType.FeaturestoreServiceClient.ListFeaturesPagedResponse
FeaturestoreServiceClient. listFeatures(ListFeaturesRequest request)
Lists Features in a given EntityType.FeaturestoreServiceClient.ListFeaturesPagedResponse
FeaturestoreServiceClient. listFeatures(String parent)
Lists Features in a given EntityType.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreServiceClient.ListFeaturesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceClient.ListFeaturesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceClient. listFeaturesPagedCallable()
Lists Features in a given EntityType.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceSettings.Builder. listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceSettings. listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures. -
Uses of FeaturestoreServiceClient.ListFeaturesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type FeaturestoreServiceClient.ListFeaturesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceStub. listFeaturesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse>
GrpcFeaturestoreServiceStub. listFeaturesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceStubSettings.Builder. listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceStubSettings. listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures.
-