- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public class GrpcMetadataServiceStub extends MetadataServiceStub
gRPC stub implementation for the MetadataService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
GrpcMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext)
protected GrpcMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcMetadataServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | MetadataServiceStubSettings |
clientContext | ClientContext |
GrpcMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcMetadataServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | MetadataServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
addContextArtifactsAndExecutionsCallable()
public UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsCallable()
Type | Description |
UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> |
addContextChildrenCallable()
public UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenCallable()
Type | Description |
UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> |
addExecutionEventsCallable()
public UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsCallable()
Type | Description |
UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> |
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
close()
public final void close()
create(ClientContext clientContext)
public static final GrpcMetadataServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcMetadataServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcMetadataServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcMetadataServiceStub |
Type | Description |
IOException |
create(MetadataServiceStubSettings settings)
public static final GrpcMetadataServiceStub create(MetadataServiceStubSettings settings)
Name | Description |
settings | MetadataServiceStubSettings |
Type | Description |
GrpcMetadataServiceStub |
Type | Description |
IOException |
createArtifactCallable()
public UnaryCallable<CreateArtifactRequest,Artifact> createArtifactCallable()
Type | Description |
UnaryCallable<CreateArtifactRequest,Artifact> |
createContextCallable()
public UnaryCallable<CreateContextRequest,Context> createContextCallable()
Type | Description |
UnaryCallable<CreateContextRequest,Context> |
createExecutionCallable()
public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
Type | Description |
UnaryCallable<CreateExecutionRequest,Execution> |
createMetadataSchemaCallable()
public UnaryCallable<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaCallable()
Type | Description |
UnaryCallable<CreateMetadataSchemaRequest,MetadataSchema> |
createMetadataStoreCallable()
public UnaryCallable<CreateMetadataStoreRequest,Operation> createMetadataStoreCallable()
Type | Description |
UnaryCallable<CreateMetadataStoreRequest,Operation> |
createMetadataStoreOperationCallable()
public OperationCallable<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationCallable()
Type | Description |
OperationCallable<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> |
deleteArtifactCallable()
public UnaryCallable<DeleteArtifactRequest,Operation> deleteArtifactCallable()
Type | Description |
UnaryCallable<DeleteArtifactRequest,Operation> |
deleteArtifactOperationCallable()
public OperationCallable<DeleteArtifactRequest,Empty,DeleteOperationMetadata> deleteArtifactOperationCallable()
Type | Description |
OperationCallable<DeleteArtifactRequest,Empty,DeleteOperationMetadata> |
deleteContextCallable()
public UnaryCallable<DeleteContextRequest,Operation> deleteContextCallable()
Type | Description |
UnaryCallable<DeleteContextRequest,Operation> |
deleteContextOperationCallable()
public OperationCallable<DeleteContextRequest,Empty,DeleteOperationMetadata> deleteContextOperationCallable()
Type | Description |
OperationCallable<DeleteContextRequest,Empty,DeleteOperationMetadata> |
deleteExecutionCallable()
public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
Type | Description |
UnaryCallable<DeleteExecutionRequest,Operation> |
deleteExecutionOperationCallable()
public OperationCallable<DeleteExecutionRequest,Empty,DeleteOperationMetadata> deleteExecutionOperationCallable()
Type | Description |
OperationCallable<DeleteExecutionRequest,Empty,DeleteOperationMetadata> |
deleteMetadataStoreCallable()
public UnaryCallable<DeleteMetadataStoreRequest,Operation> deleteMetadataStoreCallable()
Type | Description |
UnaryCallable<DeleteMetadataStoreRequest,Operation> |
deleteMetadataStoreOperationCallable()
public OperationCallable<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationCallable()
Type | Description |
OperationCallable<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> |
getArtifactCallable()
public UnaryCallable<GetArtifactRequest,Artifact> getArtifactCallable()
Type | Description |
UnaryCallable<GetArtifactRequest,Artifact> |
getContextCallable()
public UnaryCallable<GetContextRequest,Context> getContextCallable()
Type | Description |
UnaryCallable<GetContextRequest,Context> |
getExecutionCallable()
public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Type | Description |
UnaryCallable<GetExecutionRequest,Execution> |
getMetadataSchemaCallable()
public UnaryCallable<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaCallable()
Type | Description |
UnaryCallable<GetMetadataSchemaRequest,MetadataSchema> |
getMetadataStoreCallable()
public UnaryCallable<GetMetadataStoreRequest,MetadataStore> getMetadataStoreCallable()
Type | Description |
UnaryCallable<GetMetadataStoreRequest,MetadataStore> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listArtifactsCallable()
public UnaryCallable<ListArtifactsRequest,ListArtifactsResponse> listArtifactsCallable()
Type | Description |
UnaryCallable<ListArtifactsRequest,ListArtifactsResponse> |
listArtifactsPagedCallable()
public UnaryCallable<ListArtifactsRequest,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsPagedCallable()
Type | Description |
UnaryCallable<ListArtifactsRequest,ListArtifactsPagedResponse> |
listContextsCallable()
public UnaryCallable<ListContextsRequest,ListContextsResponse> listContextsCallable()
Type | Description |
UnaryCallable<ListContextsRequest,ListContextsResponse> |
listContextsPagedCallable()
public UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse> listContextsPagedCallable()
Type | Description |
UnaryCallable<ListContextsRequest,ListContextsPagedResponse> |
listExecutionsCallable()
public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Type | Description |
UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> |
listExecutionsPagedCallable()
public UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
Type | Description |
UnaryCallable<ListExecutionsRequest,ListExecutionsPagedResponse> |
listMetadataSchemasCallable()
public UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> listMetadataSchemasCallable()
Type | Description |
UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> |
listMetadataSchemasPagedCallable()
public UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasPagedCallable()
Type | Description |
UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasPagedResponse> |
listMetadataStoresCallable()
public UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> listMetadataStoresCallable()
Type | Description |
UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> |
listMetadataStoresPagedCallable()
public UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresPagedCallable()
Type | Description |
UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresPagedResponse> |
purgeArtifactsCallable()
public UnaryCallable<PurgeArtifactsRequest,Operation> purgeArtifactsCallable()
Type | Description |
UnaryCallable<PurgeArtifactsRequest,Operation> |
purgeArtifactsOperationCallable()
public OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationCallable()
Type | Description |
OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> |
purgeContextsCallable()
public UnaryCallable<PurgeContextsRequest,Operation> purgeContextsCallable()
Type | Description |
UnaryCallable<PurgeContextsRequest,Operation> |
purgeContextsOperationCallable()
public OperationCallable<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationCallable()
Type | Description |
OperationCallable<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> |
purgeExecutionsCallable()
public UnaryCallable<PurgeExecutionsRequest,Operation> purgeExecutionsCallable()
Type | Description |
UnaryCallable<PurgeExecutionsRequest,Operation> |
purgeExecutionsOperationCallable()
public OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationCallable()
Type | Description |
OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> |
queryArtifactLineageSubgraphCallable()
public UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphCallable()
Type | Description |
UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> |
queryContextLineageSubgraphCallable()
public UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphCallable()
Type | Description |
UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> |
queryExecutionInputsAndOutputsCallable()
public UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsCallable()
Type | Description |
UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateArtifactCallable()
public UnaryCallable<UpdateArtifactRequest,Artifact> updateArtifactCallable()
Type | Description |
UnaryCallable<UpdateArtifactRequest,Artifact> |
updateContextCallable()
public UnaryCallable<UpdateContextRequest,Context> updateContextCallable()
Type | Description |
UnaryCallable<UpdateContextRequest,Context> |
updateExecutionCallable()
public UnaryCallable<UpdateExecutionRequest,Execution> updateExecutionCallable()
Type | Description |
UnaryCallable<UpdateExecutionRequest,Execution> |