Class HttpJsonLineageStub
- java.lang.Object
-
- com.google.cloud.datacatalog.lineage.v1.stub.LineageStub
-
- com.google.cloud.datacatalog.lineage.v1.stub.HttpJsonLineageStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
@Generated("by gapic-generator-java") @BetaApi 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHttpJsonLineageStub(LineageStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonLineageStub, using the given settings.protectedHttpJsonLineageStub(LineageStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonLineageStub, using the given settings.
-
Method Summary
-
Methods inherited from class com.google.cloud.datacatalog.lineage.v1.stub.LineageStub
getOperationsStub
-
-
-
-
Constructor Detail
-
HttpJsonLineageStub
protected HttpJsonLineageStub(LineageStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
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.- Throws:
IOException
-
HttpJsonLineageStub
protected HttpJsonLineageStub(LineageStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
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.- Throws:
IOException
-
-
Method Detail
-
create
public static final HttpJsonLineageStub create(LineageStubSettings settings) throws IOException
- Throws:
IOException
-
create
public static final HttpJsonLineageStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
- Throws:
IOException
-
create
public static final HttpJsonLineageStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
- Throws:
IOException
-
getMethodDescriptors
@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
- Overrides:
getHttpJsonOperationsStubin classLineageStub
-
createProcessCallable
public com.google.api.gax.rpc.UnaryCallable<CreateProcessRequest,Process> createProcessCallable()
- Overrides:
createProcessCallablein classLineageStub
-
updateProcessCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateProcessRequest,Process> updateProcessCallable()
- Overrides:
updateProcessCallablein classLineageStub
-
getProcessCallable
public com.google.api.gax.rpc.UnaryCallable<GetProcessRequest,Process> getProcessCallable()
- Overrides:
getProcessCallablein classLineageStub
-
listProcessesCallable
public com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,ListProcessesResponse> listProcessesCallable()
- Overrides:
listProcessesCallablein classLineageStub
-
listProcessesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListProcessesRequest,LineageClient.ListProcessesPagedResponse> listProcessesPagedCallable()
- Overrides:
listProcessesPagedCallablein classLineageStub
-
deleteProcessCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteProcessRequest,com.google.longrunning.Operation> deleteProcessCallable()
- Overrides:
deleteProcessCallablein classLineageStub
-
deleteProcessOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata> deleteProcessOperationCallable()
- Overrides:
deleteProcessOperationCallablein classLineageStub
-
createRunCallable
public com.google.api.gax.rpc.UnaryCallable<CreateRunRequest,Run> createRunCallable()
- Overrides:
createRunCallablein classLineageStub
-
updateRunCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateRunRequest,Run> updateRunCallable()
- Overrides:
updateRunCallablein classLineageStub
-
getRunCallable
public com.google.api.gax.rpc.UnaryCallable<GetRunRequest,Run> getRunCallable()
- Overrides:
getRunCallablein classLineageStub
-
listRunsCallable
public com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,ListRunsResponse> listRunsCallable()
- Overrides:
listRunsCallablein classLineageStub
-
listRunsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRunsRequest,LineageClient.ListRunsPagedResponse> listRunsPagedCallable()
- Overrides:
listRunsPagedCallablein classLineageStub
-
deleteRunCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRunRequest,com.google.longrunning.Operation> deleteRunCallable()
- Overrides:
deleteRunCallablein classLineageStub
-
deleteRunOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteRunRequest,com.google.protobuf.Empty,OperationMetadata> deleteRunOperationCallable()
- Overrides:
deleteRunOperationCallablein classLineageStub
-
createLineageEventCallable
public com.google.api.gax.rpc.UnaryCallable<CreateLineageEventRequest,LineageEvent> createLineageEventCallable()
- Overrides:
createLineageEventCallablein classLineageStub
-
getLineageEventCallable
public com.google.api.gax.rpc.UnaryCallable<GetLineageEventRequest,LineageEvent> getLineageEventCallable()
- Overrides:
getLineageEventCallablein classLineageStub
-
listLineageEventsCallable
public com.google.api.gax.rpc.UnaryCallable<ListLineageEventsRequest,ListLineageEventsResponse> listLineageEventsCallable()
- Overrides:
listLineageEventsCallablein classLineageStub
-
listLineageEventsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListLineageEventsRequest,LineageClient.ListLineageEventsPagedResponse> listLineageEventsPagedCallable()
- Overrides:
listLineageEventsPagedCallablein classLineageStub
-
deleteLineageEventCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteLineageEventRequest,com.google.protobuf.Empty> deleteLineageEventCallable()
- Overrides:
deleteLineageEventCallablein classLineageStub
-
searchLinksCallable
public com.google.api.gax.rpc.UnaryCallable<SearchLinksRequest,SearchLinksResponse> searchLinksCallable()
- Overrides:
searchLinksCallablein classLineageStub
-
searchLinksPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchLinksRequest,LineageClient.SearchLinksPagedResponse> searchLinksPagedCallable()
- Overrides:
searchLinksPagedCallablein classLineageStub
-
batchSearchLinkProcessesCallable
public com.google.api.gax.rpc.UnaryCallable<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse> batchSearchLinkProcessesCallable()
- Overrides:
batchSearchLinkProcessesCallablein classLineageStub
-
batchSearchLinkProcessesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<BatchSearchLinkProcessesRequest,LineageClient.BatchSearchLinkProcessesPagedResponse> batchSearchLinkProcessesPagedCallable()
- Overrides:
batchSearchLinkProcessesPagedCallablein classLineageStub
-
close
public final void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classLineageStub
-
shutdown
public void shutdown()
-
isShutdown
public boolean isShutdown()
-
isTerminated
public boolean isTerminated()
-
shutdownNow
public void shutdownNow()
-
awaitTermination
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException- Throws:
InterruptedException
-
-