Uses of Class
com.google.cloud.aiplatform.v1.MetadataServiceClient.ListContextsPagedResponse
Packages that use MetadataServiceClient.ListContextsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of MetadataServiceClient.ListContextsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MetadataServiceClient.ListContextsPagedResponseModifier and TypeMethodDescriptionMetadataServiceClient.listContexts(ListContextsRequest request) Lists Contexts on the MetadataStore.MetadataServiceClient.listContexts(MetadataStoreName parent) Lists Contexts on the MetadataStore.MetadataServiceClient.listContexts(String parent) Lists Contexts on the MetadataStore.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MetadataServiceClient.ListContextsPagedResponseModifier and TypeMethodDescriptionMetadataServiceClient.ListContextsPagedResponse.createAsync(PageContext<ListContextsRequest, ListContextsResponse, Context> context, ApiFuture<ListContextsResponse> futureResponse) MetadataServiceClient.listContextsPagedCallable()Lists Contexts on the MetadataStore.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse, MetadataServiceClient.ListContextsPagedResponse> MetadataServiceSettings.Builder.listContextsSettings()Returns the builder for the settings used for calls to listContexts.PagedCallSettings<ListContextsRequest,ListContextsResponse, MetadataServiceClient.ListContextsPagedResponse> MetadataServiceSettings.listContextsSettings()Returns the object with the settings used for calls to listContexts. -
Uses of MetadataServiceClient.ListContextsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type MetadataServiceClient.ListContextsPagedResponseModifier and TypeMethodDescriptionGrpcMetadataServiceStub.listContextsPagedCallable()MetadataServiceStub.listContextsPagedCallable()PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse, MetadataServiceClient.ListContextsPagedResponse> MetadataServiceStubSettings.Builder.listContextsSettings()Returns the builder for the settings used for calls to listContexts.PagedCallSettings<ListContextsRequest,ListContextsResponse, MetadataServiceClient.ListContextsPagedResponse> MetadataServiceStubSettings.listContextsSettings()Returns the object with the settings used for calls to listContexts.