public class HttpJsonLineageStub extends LineageStub
REST stub implementation for the Lineage service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonLineageStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonLineageStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(LineageStubSettings settings)
public static final HttpJsonLineageStub create(LineageStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonLineageStub(LineageStubSettings settings, ClientContext clientContext)
protected HttpJsonLineageStub(LineageStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonLineageStub, 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.
HttpJsonLineageStub(LineageStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonLineageStub(LineageStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonLineageStub, 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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
batchSearchLinkProcessesCallable()
public UnaryCallable<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse> batchSearchLinkProcessesCallable()
Overrides
batchSearchLinkProcessesPagedCallable()
public UnaryCallable<BatchSearchLinkProcessesRequest,LineageClient.BatchSearchLinkProcessesPagedResponse> batchSearchLinkProcessesPagedCallable()
Overrides
close()
public final void close()
Overrides
createLineageEventCallable()
public UnaryCallable<CreateLineageEventRequest,LineageEvent> createLineageEventCallable()
Overrides
createProcessCallable()
public UnaryCallable<CreateProcessRequest,Process> createProcessCallable()
Overrides
createRunCallable()
public UnaryCallable<CreateRunRequest,Run> createRunCallable()
Overrides
deleteLineageEventCallable()
public UnaryCallable<DeleteLineageEventRequest,Empty> deleteLineageEventCallable()
Overrides
deleteProcessCallable()
public UnaryCallable<DeleteProcessRequest,Operation> deleteProcessCallable()
Overrides
deleteProcessOperationCallable()
public OperationCallable<DeleteProcessRequest,Empty,OperationMetadata> deleteProcessOperationCallable()
Overrides
deleteRunCallable()
public UnaryCallable<DeleteRunRequest,Operation> deleteRunCallable()
Overrides
deleteRunOperationCallable()
public OperationCallable<DeleteRunRequest,Empty,OperationMetadata> deleteRunOperationCallable()
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Overrides
getLineageEventCallable()
public UnaryCallable<GetLineageEventRequest,LineageEvent> getLineageEventCallable()
Overrides
getProcessCallable()
public UnaryCallable<GetProcessRequest,Process> getProcessCallable()
Overrides
getRunCallable()
public UnaryCallable<GetRunRequest,Run> getRunCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listLineageEventsCallable()
public UnaryCallable<ListLineageEventsRequest,ListLineageEventsResponse> listLineageEventsCallable()
Overrides
listLineageEventsPagedCallable()
public UnaryCallable<ListLineageEventsRequest,LineageClient.ListLineageEventsPagedResponse> listLineageEventsPagedCallable()
Overrides
listProcessesCallable()
public UnaryCallable<ListProcessesRequest,ListProcessesResponse> listProcessesCallable()
Overrides
listProcessesPagedCallable()
public UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse> listProcessesPagedCallable()
Overrides
listRunsCallable()
public UnaryCallable<ListRunsRequest,ListRunsResponse> listRunsCallable()
Overrides
listRunsPagedCallable()
public UnaryCallable<ListRunsRequest,LineageClient.ListRunsPagedResponse> listRunsPagedCallable()
Overrides
processOpenLineageRunEventCallable()
public UnaryCallable<ProcessOpenLineageRunEventRequest,ProcessOpenLineageRunEventResponse> processOpenLineageRunEventCallable()
Overrides
searchLinksCallable()
public UnaryCallable<SearchLinksRequest,SearchLinksResponse> searchLinksCallable()
Overrides
searchLinksPagedCallable()
public UnaryCallable<SearchLinksRequest,LineageClient.SearchLinksPagedResponse> searchLinksPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateProcessCallable()
public UnaryCallable<UpdateProcessRequest,Process> updateProcessCallable()
Overrides
updateRunCallable()
public UnaryCallable<UpdateRunRequest,Run> updateRunCallable()
Overrides