Uses of Class
com.google.cloud.aiplatform.v1.MetadataServiceClient.ListMetadataStoresPagedResponse
-
Packages that use MetadataServiceClient.ListMetadataStoresPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of MetadataServiceClient.ListMetadataStoresPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MetadataServiceClient.ListMetadataStoresPagedResponse Modifier and Type Method Description MetadataServiceClient.ListMetadataStoresPagedResponseMetadataServiceClient. listMetadataStores(ListMetadataStoresRequest request)Lists MetadataStores for a Location.MetadataServiceClient.ListMetadataStoresPagedResponseMetadataServiceClient. listMetadataStores(LocationName parent)Lists MetadataStores for a Location.MetadataServiceClient.ListMetadataStoresPagedResponseMetadataServiceClient. listMetadataStores(String parent)Lists MetadataStores for a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MetadataServiceClient.ListMetadataStoresPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListMetadataStoresPagedResponse>MetadataServiceClient.ListMetadataStoresPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataStore> context, com.google.api.core.ApiFuture<ListMetadataStoresResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse>MetadataServiceClient. listMetadataStoresPagedCallable()Lists MetadataStores for a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse>MetadataServiceSettings.Builder. listMetadataStoresSettings()Returns the builder for the settings used for calls to listMetadataStores.com.google.api.gax.rpc.PagedCallSettings<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse>MetadataServiceSettings. listMetadataStoresSettings()Returns the object with the settings used for calls to listMetadataStores. -
Uses of MetadataServiceClient.ListMetadataStoresPagedResponse in com.google.cloud.aiplatform.v1.stub
-