Class LineageGrpc
- java.lang.Object
-
- com.google.cloud.datacatalog.lineage.v1.LineageGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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<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 servicestatic LineageGrpc.LineageFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LineageGrpc.LineageStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateProcessMethod
public static io.grpc.MethodDescriptor<CreateProcessRequest,Process> getCreateProcessMethod()
-
getUpdateProcessMethod
public static io.grpc.MethodDescriptor<UpdateProcessRequest,Process> getUpdateProcessMethod()
-
getGetProcessMethod
public static io.grpc.MethodDescriptor<GetProcessRequest,Process> getGetProcessMethod()
-
getListProcessesMethod
public static io.grpc.MethodDescriptor<ListProcessesRequest,ListProcessesResponse> getListProcessesMethod()
-
getDeleteProcessMethod
public static io.grpc.MethodDescriptor<DeleteProcessRequest,com.google.longrunning.Operation> getDeleteProcessMethod()
-
getCreateRunMethod
public static io.grpc.MethodDescriptor<CreateRunRequest,Run> getCreateRunMethod()
-
getUpdateRunMethod
public static io.grpc.MethodDescriptor<UpdateRunRequest,Run> getUpdateRunMethod()
-
getGetRunMethod
public static io.grpc.MethodDescriptor<GetRunRequest,Run> getGetRunMethod()
-
getListRunsMethod
public static io.grpc.MethodDescriptor<ListRunsRequest,ListRunsResponse> getListRunsMethod()
-
getDeleteRunMethod
public static io.grpc.MethodDescriptor<DeleteRunRequest,com.google.longrunning.Operation> getDeleteRunMethod()
-
getCreateLineageEventMethod
public static io.grpc.MethodDescriptor<CreateLineageEventRequest,LineageEvent> getCreateLineageEventMethod()
-
getGetLineageEventMethod
public static io.grpc.MethodDescriptor<GetLineageEventRequest,LineageEvent> getGetLineageEventMethod()
-
getListLineageEventsMethod
public static io.grpc.MethodDescriptor<ListLineageEventsRequest,ListLineageEventsResponse> getListLineageEventsMethod()
-
getDeleteLineageEventMethod
public static io.grpc.MethodDescriptor<DeleteLineageEventRequest,com.google.protobuf.Empty> getDeleteLineageEventMethod()
-
getSearchLinksMethod
public static io.grpc.MethodDescriptor<SearchLinksRequest,SearchLinksResponse> getSearchLinksMethod()
-
getBatchSearchLinkProcessesMethod
public static io.grpc.MethodDescriptor<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse> getBatchSearchLinkProcessesMethod()
-
newStub
public static LineageGrpc.LineageStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LineageGrpc.LineageBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LineageGrpc.LineageFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(LineageGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-