@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datacatalog/lineage/v1/lineage.proto") public final class LineageGrpc extends Object
Lineage is used to track data flows between assets over time. You can create [LineageEvents][google.cloud.datacatalog.lineage.v1.LineageEvent] to record lineage between multiple sources and a single target, for example, when table data is based on data from multiple tables.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LineageGrpc.AsyncService
Lineage is used to track data flows between assets over time.
|
static class |
LineageGrpc.LineageBlockingStub
A stub to allow clients to do synchronous rpc calls to service Lineage.
|
static class |
LineageGrpc.LineageFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Lineage.
|
static class |
LineageGrpc.LineageImplBase
Base class for the server implementation of the service Lineage.
|
static class |
LineageGrpc.LineageStub
A stub to allow clients to do asynchronous rpc calls to service Lineage.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(LineageGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse> |
getBatchSearchLinkProcessesMethod() |
static io.grpc.MethodDescriptor<CreateLineageEventRequest,LineageEvent> |
getCreateLineageEventMethod() |
static io.grpc.MethodDescriptor<CreateProcessRequest,Process> |
getCreateProcessMethod() |
static io.grpc.MethodDescriptor<CreateRunRequest,Run> |
getCreateRunMethod() |
static io.grpc.MethodDescriptor<DeleteLineageEventRequest,com.google.protobuf.Empty> |
getDeleteLineageEventMethod() |
static io.grpc.MethodDescriptor<DeleteProcessRequest,com.google.longrunning.Operation> |
getDeleteProcessMethod() |
static io.grpc.MethodDescriptor<DeleteRunRequest,com.google.longrunning.Operation> |
getDeleteRunMethod() |
static io.grpc.MethodDescriptor<GetLineageEventRequest,LineageEvent> |
getGetLineageEventMethod() |
static io.grpc.MethodDescriptor<GetProcessRequest,Process> |
getGetProcessMethod() |
static io.grpc.MethodDescriptor<GetRunRequest,Run> |
getGetRunMethod() |
static io.grpc.MethodDescriptor<ListLineageEventsRequest,ListLineageEventsResponse> |
getListLineageEventsMethod() |
static io.grpc.MethodDescriptor<ListProcessesRequest,ListProcessesResponse> |
getListProcessesMethod() |
static io.grpc.MethodDescriptor<ListRunsRequest,ListRunsResponse> |
getListRunsMethod() |
static io.grpc.MethodDescriptor<ProcessOpenLineageRunEventRequest,ProcessOpenLineageRunEventResponse> |
getProcessOpenLineageRunEventMethod() |
static io.grpc.MethodDescriptor<SearchLinksRequest,SearchLinksResponse> |
getSearchLinksMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateProcessRequest,Process> |
getUpdateProcessMethod() |
static io.grpc.MethodDescriptor<UpdateRunRequest,Run> |
getUpdateRunMethod() |
static LineageGrpc.LineageBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LineageGrpc.LineageFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static LineageGrpc.LineageStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ProcessOpenLineageRunEventRequest,ProcessOpenLineageRunEventResponse> getProcessOpenLineageRunEventMethod()
public static io.grpc.MethodDescriptor<CreateProcessRequest,Process> getCreateProcessMethod()
public static io.grpc.MethodDescriptor<UpdateProcessRequest,Process> getUpdateProcessMethod()
public static io.grpc.MethodDescriptor<GetProcessRequest,Process> getGetProcessMethod()
public static io.grpc.MethodDescriptor<ListProcessesRequest,ListProcessesResponse> getListProcessesMethod()
public static io.grpc.MethodDescriptor<DeleteProcessRequest,com.google.longrunning.Operation> getDeleteProcessMethod()
public static io.grpc.MethodDescriptor<CreateRunRequest,Run> getCreateRunMethod()
public static io.grpc.MethodDescriptor<UpdateRunRequest,Run> getUpdateRunMethod()
public static io.grpc.MethodDescriptor<GetRunRequest,Run> getGetRunMethod()
public static io.grpc.MethodDescriptor<ListRunsRequest,ListRunsResponse> getListRunsMethod()
public static io.grpc.MethodDescriptor<DeleteRunRequest,com.google.longrunning.Operation> getDeleteRunMethod()
public static io.grpc.MethodDescriptor<CreateLineageEventRequest,LineageEvent> getCreateLineageEventMethod()
public static io.grpc.MethodDescriptor<GetLineageEventRequest,LineageEvent> getGetLineageEventMethod()
public static io.grpc.MethodDescriptor<ListLineageEventsRequest,ListLineageEventsResponse> getListLineageEventsMethod()
public static io.grpc.MethodDescriptor<DeleteLineageEventRequest,com.google.protobuf.Empty> getDeleteLineageEventMethod()
public static io.grpc.MethodDescriptor<SearchLinksRequest,SearchLinksResponse> getSearchLinksMethod()
public static io.grpc.MethodDescriptor<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse> getBatchSearchLinkProcessesMethod()
public static LineageGrpc.LineageStub newStub(io.grpc.Channel channel)
public static LineageGrpc.LineageBlockingStub newBlockingStub(io.grpc.Channel channel)
public static LineageGrpc.LineageFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(LineageGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.