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