public static final class MetadataServiceGrpc.MetadataServiceFutureStub extends io.grpc.stub.AbstractFutureStub<MetadataServiceGrpc.MetadataServiceFutureStub>
Service for reading and writing metadata entries.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<AddContextArtifactsAndExecutionsResponse> |
addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request)
Adds a set of Artifacts and Executions to a Context.
|
com.google.common.util.concurrent.ListenableFuture<AddContextChildrenResponse> |
addContextChildren(AddContextChildrenRequest request)
Adds a set of Contexts as children to a parent Context.
|
com.google.common.util.concurrent.ListenableFuture<AddExecutionEventsResponse> |
addExecutionEvents(AddExecutionEventsRequest request)
Adds Events to the specified Execution.
|
protected MetadataServiceGrpc.MetadataServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Artifact> |
createArtifact(CreateArtifactRequest request)
Creates an Artifact associated with a MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<Context> |
createContext(CreateContextRequest request)
Creates a Context associated with a MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<Execution> |
createExecution(CreateExecutionRequest request)
Creates an Execution associated with a MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<MetadataSchema> |
createMetadataSchema(CreateMetadataSchemaRequest request)
Creates a MetadataSchema.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createMetadataStore(CreateMetadataStoreRequest request)
Initializes a MetadataStore, including allocation of resources.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteArtifact(DeleteArtifactRequest request)
Deletes an Artifact.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteContext(DeleteContextRequest request)
Deletes a stored Context.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteExecution(DeleteExecutionRequest request)
Deletes an Execution.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteMetadataStore(DeleteMetadataStoreRequest request)
Deletes a single MetadataStore and all its child resources (Artifacts,
Executions, and Contexts).
|
com.google.common.util.concurrent.ListenableFuture<Artifact> |
getArtifact(GetArtifactRequest request)
Retrieves a specific Artifact.
|
com.google.common.util.concurrent.ListenableFuture<Context> |
getContext(GetContextRequest request)
Retrieves a specific Context.
|
com.google.common.util.concurrent.ListenableFuture<Execution> |
getExecution(GetExecutionRequest request)
Retrieves a specific Execution.
|
com.google.common.util.concurrent.ListenableFuture<MetadataSchema> |
getMetadataSchema(GetMetadataSchemaRequest request)
Retrieves a specific MetadataSchema.
|
com.google.common.util.concurrent.ListenableFuture<MetadataStore> |
getMetadataStore(GetMetadataStoreRequest request)
Retrieves a specific MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<ListArtifactsResponse> |
listArtifacts(ListArtifactsRequest request)
Lists Artifacts in the MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<ListContextsResponse> |
listContexts(ListContextsRequest request)
Lists Contexts on the MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<ListExecutionsResponse> |
listExecutions(ListExecutionsRequest request)
Lists Executions in the MetadataStore.
|
com.google.common.util.concurrent.ListenableFuture<ListMetadataSchemasResponse> |
listMetadataSchemas(ListMetadataSchemasRequest request)
Lists MetadataSchemas.
|
com.google.common.util.concurrent.ListenableFuture<ListMetadataStoresResponse> |
listMetadataStores(ListMetadataStoresRequest request)
Lists MetadataStores for a Location.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
purgeArtifacts(PurgeArtifactsRequest request)
Purges Artifacts.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
purgeContexts(PurgeContextsRequest request)
Purges Contexts.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
purgeExecutions(PurgeExecutionsRequest request)
Purges Executions.
|
com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> |
queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request)
Retrieves lineage of an Artifact represented through Artifacts and
Executions connected by Event edges and returned as a LineageSubgraph.
|
com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> |
queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected
by Event edges and returned as a LineageSubgraph.
|
com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> |
queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request)
Obtains the set of input and output Artifacts for this Execution, in the
form of LineageSubgraph that also contains the Execution and connecting
Events.
|
com.google.common.util.concurrent.ListenableFuture<RemoveContextChildrenResponse> |
removeContextChildren(RemoveContextChildrenRequest request)
Remove a set of children contexts from a parent Context.
|
com.google.common.util.concurrent.ListenableFuture<Artifact> |
updateArtifact(UpdateArtifactRequest request)
Updates a stored Artifact.
|
com.google.common.util.concurrent.ListenableFuture<Context> |
updateContext(UpdateContextRequest request)
Updates a stored Context.
|
com.google.common.util.concurrent.ListenableFuture<Execution> |
updateExecution(UpdateExecutionRequest request)
Updates a stored Execution.
|
protected MetadataServiceGrpc.MetadataServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MetadataServiceGrpc.MetadataServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createMetadataStore(CreateMetadataStoreRequest request)
Initializes a MetadataStore, including allocation of resources.
public com.google.common.util.concurrent.ListenableFuture<MetadataStore> getMetadataStore(GetMetadataStoreRequest request)
Retrieves a specific MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<ListMetadataStoresResponse> listMetadataStores(ListMetadataStoresRequest request)
Lists MetadataStores for a Location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteMetadataStore(DeleteMetadataStoreRequest request)
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).
public com.google.common.util.concurrent.ListenableFuture<Artifact> createArtifact(CreateArtifactRequest request)
Creates an Artifact associated with a MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Artifact> getArtifact(GetArtifactRequest request)
Retrieves a specific Artifact.
public com.google.common.util.concurrent.ListenableFuture<ListArtifactsResponse> listArtifacts(ListArtifactsRequest request)
Lists Artifacts in the MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Artifact> updateArtifact(UpdateArtifactRequest request)
Updates a stored Artifact.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteArtifact(DeleteArtifactRequest request)
Deletes an Artifact.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> purgeArtifacts(PurgeArtifactsRequest request)
Purges Artifacts.
public com.google.common.util.concurrent.ListenableFuture<Context> createContext(CreateContextRequest request)
Creates a Context associated with a MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Context> getContext(GetContextRequest request)
Retrieves a specific Context.
public com.google.common.util.concurrent.ListenableFuture<ListContextsResponse> listContexts(ListContextsRequest request)
Lists Contexts on the MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Context> updateContext(UpdateContextRequest request)
Updates a stored Context.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteContext(DeleteContextRequest request)
Deletes a stored Context.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> purgeContexts(PurgeContextsRequest request)
Purges Contexts.
public com.google.common.util.concurrent.ListenableFuture<AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request)
Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.
public com.google.common.util.concurrent.ListenableFuture<AddContextChildrenResponse> addContextChildren(AddContextChildrenRequest request)
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
public com.google.common.util.concurrent.ListenableFuture<RemoveContextChildrenResponse> removeContextChildren(RemoveContextChildrenRequest request)
Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.
public com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.
public com.google.common.util.concurrent.ListenableFuture<Execution> createExecution(CreateExecutionRequest request)
Creates an Execution associated with a MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Execution> getExecution(GetExecutionRequest request)
Retrieves a specific Execution.
public com.google.common.util.concurrent.ListenableFuture<ListExecutionsResponse> listExecutions(ListExecutionsRequest request)
Lists Executions in the MetadataStore.
public com.google.common.util.concurrent.ListenableFuture<Execution> updateExecution(UpdateExecutionRequest request)
Updates a stored Execution.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteExecution(DeleteExecutionRequest request)
Deletes an Execution.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> purgeExecutions(PurgeExecutionsRequest request)
Purges Executions.
public com.google.common.util.concurrent.ListenableFuture<AddExecutionEventsResponse> addExecutionEvents(AddExecutionEventsRequest request)
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
public com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.
public com.google.common.util.concurrent.ListenableFuture<MetadataSchema> createMetadataSchema(CreateMetadataSchemaRequest request)
Creates a MetadataSchema.
public com.google.common.util.concurrent.ListenableFuture<MetadataSchema> getMetadataSchema(GetMetadataSchemaRequest request)
Retrieves a specific MetadataSchema.
public com.google.common.util.concurrent.ListenableFuture<ListMetadataSchemasResponse> listMetadataSchemas(ListMetadataSchemasRequest request)
Lists MetadataSchemas.
public com.google.common.util.concurrent.ListenableFuture<LineageSubgraph> queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.
Copyright © 2024 Google LLC. All rights reserved.