Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataServiceClient.ListContextsPagedResponse
-
Packages that use MetadataServiceClient.ListContextsPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of MetadataServiceClient.ListContextsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataServiceClient.ListContextsPagedResponse Modifier and Type Method Description MetadataServiceClient.ListContextsPagedResponseMetadataServiceClient. listContexts(ListContextsRequest request)Lists Contexts on the MetadataStore.MetadataServiceClient.ListContextsPagedResponseMetadataServiceClient. listContexts(MetadataStoreName parent)Lists Contexts on the MetadataStore.MetadataServiceClient.ListContextsPagedResponseMetadataServiceClient. listContexts(String parent)Lists Contexts on the MetadataStore.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MetadataServiceClient.ListContextsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPagedResponse>MetadataServiceClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceClient. listContextsPagedCallable()Lists Contexts on the MetadataStore.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.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.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type MetadataServiceClient.ListContextsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse>GrpcMetadataServiceStub. listContextsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceStub. listContextsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceStubSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceStubSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.
-