Artifact |
MetadataServiceClient.createArtifact(MetadataStoreName parent,
Artifact artifact,
String artifactId) |
Creates an Artifact associated with a MetadataStore.
|
Context |
MetadataServiceClient.createContext(MetadataStoreName parent,
Context context,
String contextId) |
Creates a Context associated with a MetadataStore.
|
Execution |
MetadataServiceClient.createExecution(MetadataStoreName parent,
Execution execution,
String executionId) |
Creates an Execution associated with a MetadataStore.
|
MetadataSchema |
MetadataServiceClient.createMetadataSchema(MetadataStoreName parent,
MetadataSchema metadataSchema,
String metadataSchemaId) |
Creates a MetadataSchema.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteMetadataStoreOperationMetadata> |
MetadataServiceClient.deleteMetadataStoreAsync(MetadataStoreName name) |
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and
Contexts).
|
MetadataStore |
MetadataServiceClient.getMetadataStore(MetadataStoreName name) |
Retrieves a specific MetadataStore.
|
MetadataServiceClient.ListArtifactsPagedResponse |
MetadataServiceClient.listArtifacts(MetadataStoreName parent) |
Lists Artifacts in the MetadataStore.
|
MetadataServiceClient.ListContextsPagedResponse |
MetadataServiceClient.listContexts(MetadataStoreName parent) |
Lists Contexts on the MetadataStore.
|
MetadataServiceClient.ListExecutionsPagedResponse |
MetadataServiceClient.listExecutions(MetadataStoreName parent) |
Lists Executions in the MetadataStore.
|
MetadataServiceClient.ListMetadataSchemasPagedResponse |
MetadataServiceClient.listMetadataSchemas(MetadataStoreName parent) |
Lists MetadataSchemas.
|
com.google.api.gax.longrunning.OperationFuture<PurgeArtifactsResponse,PurgeArtifactsMetadata> |
MetadataServiceClient.purgeArtifactsAsync(MetadataStoreName parent) |
Purges Artifacts.
|
com.google.api.gax.longrunning.OperationFuture<PurgeContextsResponse,PurgeContextsMetadata> |
MetadataServiceClient.purgeContextsAsync(MetadataStoreName parent) |
Purges Contexts.
|
com.google.api.gax.longrunning.OperationFuture<PurgeExecutionsResponse,PurgeExecutionsMetadata> |
MetadataServiceClient.purgeExecutionsAsync(MetadataStoreName parent) |
Purges Executions.
|