Uses of Class
com.google.cloud.datacatalog.lineage.v1.GetLineageEventRequest
-
Packages that use GetLineageEventRequest Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of GetLineageEventRequest in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return GetLineageEventRequest Modifier and Type Method Description GetLineageEventRequest
GetLineageEventRequest.Builder. build()
GetLineageEventRequest
GetLineageEventRequest.Builder. buildPartial()
static GetLineageEventRequest
GetLineageEventRequest. getDefaultInstance()
GetLineageEventRequest
GetLineageEventRequest.Builder. getDefaultInstanceForType()
GetLineageEventRequest
GetLineageEventRequest. getDefaultInstanceForType()
static GetLineageEventRequest
GetLineageEventRequest. parseDelimitedFrom(InputStream input)
static GetLineageEventRequest
GetLineageEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(byte[] data)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(InputStream input)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(ByteBuffer data)
static GetLineageEventRequest
GetLineageEventRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type GetLineageEventRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLineageEventRequest,LineageEvent>
LineageGrpc. getGetLineageEventMethod()
com.google.api.gax.rpc.UnaryCallable<GetLineageEventRequest,LineageEvent>
LineageClient. getLineageEventCallable()
Gets details of a specified lineage event.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLineageEventRequest,LineageEvent>
LineageSettings.Builder. getLineageEventSettings()
Returns the builder for the settings used for calls to getLineageEvent.com.google.api.gax.rpc.UnaryCallSettings<GetLineageEventRequest,LineageEvent>
LineageSettings. getLineageEventSettings()
Returns the object with the settings used for calls to getLineageEvent.com.google.protobuf.Parser<GetLineageEventRequest>
GetLineageEventRequest. getParserForType()
static com.google.protobuf.Parser<GetLineageEventRequest>
GetLineageEventRequest. parser()
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type GetLineageEventRequest Modifier and Type Method Description LineageEvent
LineageClient. getLineageEvent(GetLineageEventRequest request)
Gets details of a specified lineage event.default void
LineageGrpc.AsyncService. getLineageEvent(GetLineageEventRequest request, io.grpc.stub.StreamObserver<LineageEvent> responseObserver)
Gets details of a specified lineage event.LineageEvent
LineageGrpc.LineageBlockingStub. getLineageEvent(GetLineageEventRequest request)
Gets details of a specified lineage event.com.google.common.util.concurrent.ListenableFuture<LineageEvent>
LineageGrpc.LineageFutureStub. getLineageEvent(GetLineageEventRequest request)
Gets details of a specified lineage event.void
LineageGrpc.LineageStub. getLineageEvent(GetLineageEventRequest request, io.grpc.stub.StreamObserver<LineageEvent> responseObserver)
Gets details of a specified lineage event.GetLineageEventRequest.Builder
GetLineageEventRequest.Builder. mergeFrom(GetLineageEventRequest other)
static GetLineageEventRequest.Builder
GetLineageEventRequest. newBuilder(GetLineageEventRequest prototype)
-
Uses of GetLineageEventRequest in com.google.cloud.datacatalog.lineage.v1.stub
Methods in com.google.cloud.datacatalog.lineage.v1.stub that return types with arguments of type GetLineageEventRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLineageEventRequest,LineageEvent>
GrpcLineageStub. getLineageEventCallable()
com.google.api.gax.rpc.UnaryCallable<GetLineageEventRequest,LineageEvent>
HttpJsonLineageStub. getLineageEventCallable()
com.google.api.gax.rpc.UnaryCallable<GetLineageEventRequest,LineageEvent>
LineageStub. getLineageEventCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLineageEventRequest,LineageEvent>
LineageStubSettings.Builder. getLineageEventSettings()
Returns the builder for the settings used for calls to getLineageEvent.com.google.api.gax.rpc.UnaryCallSettings<GetLineageEventRequest,LineageEvent>
LineageStubSettings. getLineageEventSettings()
Returns the object with the settings used for calls to getLineageEvent.
-