Class MetadataServiceStub (2.5.3)

public abstract class MetadataServiceStub implements BackgroundResource

Base stub class for the MetadataService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > MetadataServiceStub

Implements

BackgroundResource

Constructors

MetadataServiceStub()

public MetadataServiceStub()

Methods

addContextArtifactsAndExecutionsCallable()

public UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsCallable()
Returns

addContextChildrenCallable()

public UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenCallable()
Returns

addExecutionEventsCallable()

public UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsCallable()
Returns

close()

public abstract void close()

createArtifactCallable()

public UnaryCallable<CreateArtifactRequest,Artifact> createArtifactCallable()
Returns

createContextCallable()

public UnaryCallable<CreateContextRequest,Context> createContextCallable()
Returns

createExecutionCallable()

public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
Returns

createMetadataSchemaCallable()

public UnaryCallable<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaCallable()
Returns

createMetadataStoreCallable()

public UnaryCallable<CreateMetadataStoreRequest,Operation> createMetadataStoreCallable()
Returns

createMetadataStoreOperationCallable()

public OperationCallable<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationCallable()
Returns

deleteArtifactCallable()

public UnaryCallable<DeleteArtifactRequest,Operation> deleteArtifactCallable()
Returns

deleteArtifactOperationCallable()

public OperationCallable<DeleteArtifactRequest,Empty,DeleteOperationMetadata> deleteArtifactOperationCallable()
Returns

deleteContextCallable()

public UnaryCallable<DeleteContextRequest,Operation> deleteContextCallable()
Returns

deleteContextOperationCallable()

public OperationCallable<DeleteContextRequest,Empty,DeleteOperationMetadata> deleteContextOperationCallable()
Returns

deleteExecutionCallable()

public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
Returns

deleteExecutionOperationCallable()

public OperationCallable<DeleteExecutionRequest,Empty,DeleteOperationMetadata> deleteExecutionOperationCallable()
Returns

deleteMetadataStoreCallable()

public UnaryCallable<DeleteMetadataStoreRequest,Operation> deleteMetadataStoreCallable()
Returns

deleteMetadataStoreOperationCallable()

public OperationCallable<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationCallable()
Returns

getArtifactCallable()

public UnaryCallable<GetArtifactRequest,Artifact> getArtifactCallable()
Returns

getContextCallable()

public UnaryCallable<GetContextRequest,Context> getContextCallable()
Returns

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Returns

getMetadataSchemaCallable()

public UnaryCallable<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaCallable()
Returns

getMetadataStoreCallable()

public UnaryCallable<GetMetadataStoreRequest,MetadataStore> getMetadataStoreCallable()
Returns

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listArtifactsCallable()

public UnaryCallable<ListArtifactsRequest,ListArtifactsResponse> listArtifactsCallable()
Returns

listArtifactsPagedCallable()

public UnaryCallable<ListArtifactsRequest,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsPagedCallable()
Returns

listContextsCallable()

public UnaryCallable<ListContextsRequest,ListContextsResponse> listContextsCallable()
Returns

listContextsPagedCallable()

public UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse> listContextsPagedCallable()
Returns

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Returns

listExecutionsPagedCallable()

public UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
Returns

listMetadataSchemasCallable()

public UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> listMetadataSchemasCallable()
Returns

listMetadataSchemasPagedCallable()

public UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasPagedCallable()
Returns

listMetadataStoresCallable()

public UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> listMetadataStoresCallable()
Returns

listMetadataStoresPagedCallable()

public UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresPagedCallable()
Returns

purgeArtifactsCallable()

public UnaryCallable<PurgeArtifactsRequest,Operation> purgeArtifactsCallable()
Returns

purgeArtifactsOperationCallable()

public OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationCallable()
Returns

purgeContextsCallable()

public UnaryCallable<PurgeContextsRequest,Operation> purgeContextsCallable()
Returns

purgeContextsOperationCallable()

public OperationCallable<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationCallable()
Returns

purgeExecutionsCallable()

public UnaryCallable<PurgeExecutionsRequest,Operation> purgeExecutionsCallable()
Returns

purgeExecutionsOperationCallable()

public OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationCallable()
Returns

queryArtifactLineageSubgraphCallable()

public UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphCallable()
Returns

queryContextLineageSubgraphCallable()

public UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphCallable()
Returns

queryExecutionInputsAndOutputsCallable()

public UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsCallable()
Returns

updateArtifactCallable()

public UnaryCallable<UpdateArtifactRequest,Artifact> updateArtifactCallable()
Returns

updateContextCallable()

public UnaryCallable<UpdateContextRequest,Context> updateContextCallable()
Returns

updateExecutionCallable()

public UnaryCallable<UpdateExecutionRequest,Execution> updateExecutionCallable()
Returns