Class MetadataServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.MetadataServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMetadataServiceStub
@Generated("by gapic-generator-java")
public abstract class MetadataServiceStub
extends Object
implements BackgroundResource
Base stub class for the MetadataService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteArtifactRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteContextRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteExecutionRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteMetadataStoreRequest,com.google.protobuf.Empty, DeleteMetadataStoreOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
MetadataServiceStub
public MetadataServiceStub()
-
-
Method Details
-
getOperationsStub
-
createMetadataStoreOperationCallable
public OperationCallable<CreateMetadataStoreRequest,MetadataStore, createMetadataStoreOperationCallable()CreateMetadataStoreOperationMetadata> -
createMetadataStoreCallable
-
getMetadataStoreCallable
-
listMetadataStoresPagedCallable
public UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresPagedCallable() -
listMetadataStoresCallable
public UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> listMetadataStoresCallable() -
deleteMetadataStoreOperationCallable
public OperationCallable<DeleteMetadataStoreRequest,com.google.protobuf.Empty, deleteMetadataStoreOperationCallable()DeleteMetadataStoreOperationMetadata> -
deleteMetadataStoreCallable
-
createArtifactCallable
-
getArtifactCallable
-
listArtifactsPagedCallable
public UnaryCallable<ListArtifactsRequest,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsPagedCallable() -
listArtifactsCallable
-
updateArtifactCallable
-
deleteArtifactOperationCallable
public OperationCallable<DeleteArtifactRequest,com.google.protobuf.Empty, deleteArtifactOperationCallable()DeleteOperationMetadata> -
deleteArtifactCallable
-
purgeArtifactsOperationCallable
public OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse, purgeArtifactsOperationCallable()PurgeArtifactsMetadata> -
purgeArtifactsCallable
-
createContextCallable
-
getContextCallable
-
listContextsPagedCallable
public UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse> listContextsPagedCallable() -
listContextsCallable
-
updateContextCallable
-
deleteContextOperationCallable
public OperationCallable<DeleteContextRequest,com.google.protobuf.Empty, deleteContextOperationCallable()DeleteOperationMetadata> -
deleteContextCallable
-
purgeContextsOperationCallable
public OperationCallable<PurgeContextsRequest,PurgeContextsResponse, purgeContextsOperationCallable()PurgeContextsMetadata> -
purgeContextsCallable
-
addContextArtifactsAndExecutionsCallable
public UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsCallable() -
addContextChildrenCallable
public UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenCallable() -
removeContextChildrenCallable
public UnaryCallable<RemoveContextChildrenRequest,RemoveContextChildrenResponse> removeContextChildrenCallable() -
queryContextLineageSubgraphCallable
public UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphCallable() -
createExecutionCallable
-
getExecutionCallable
-
listExecutionsPagedCallable
public UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsPagedCallable() -
listExecutionsCallable
-
updateExecutionCallable
-
deleteExecutionOperationCallable
public OperationCallable<DeleteExecutionRequest,com.google.protobuf.Empty, deleteExecutionOperationCallable()DeleteOperationMetadata> -
deleteExecutionCallable
-
purgeExecutionsOperationCallable
public OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse, purgeExecutionsOperationCallable()PurgeExecutionsMetadata> -
purgeExecutionsCallable
-
addExecutionEventsCallable
public UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsCallable() -
queryExecutionInputsAndOutputsCallable
public UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsCallable() -
createMetadataSchemaCallable
-
getMetadataSchemaCallable
-
listMetadataSchemasPagedCallable
public UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasPagedCallable() -
listMetadataSchemasCallable
public UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> listMetadataSchemasCallable() -
queryArtifactLineageSubgraphCallable
public UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-