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 CreateLineageEventRequestCreateLineageEventRequest.Builder. build()CreateLineageEventRequestCreateLineageEventRequest.Builder. buildPartial()static CreateLineageEventRequestCreateLineageEventRequest. getDefaultInstance()CreateLineageEventRequestCreateLineageEventRequest.Builder. getDefaultInstanceForType()CreateLineageEventRequestCreateLineageEventRequest. getDefaultInstanceForType()static CreateLineageEventRequestCreateLineageEventRequest. parseDelimitedFrom(InputStream input)static CreateLineageEventRequestCreateLineageEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(byte[] data)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(com.google.protobuf.ByteString data)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(InputStream input)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLineageEventRequestCreateLineageEventRequest. parseFrom(ByteBuffer data)static CreateLineageEventRequestCreateLineageEventRequest. 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 LineageEventLineageClient. createLineageEvent(CreateLineageEventRequest request)Creates a new lineage event.default voidLineageGrpc.AsyncService. createLineageEvent(CreateLineageEventRequest request, io.grpc.stub.StreamObserver<LineageEvent> responseObserver)Creates a new lineage event.LineageEventLineageGrpc.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.voidLineageGrpc.LineageStub. createLineageEvent(CreateLineageEventRequest request, io.grpc.stub.StreamObserver<LineageEvent> responseObserver)Creates a new lineage event.CreateLineageEventRequest.BuilderCreateLineageEventRequest.Builder. mergeFrom(CreateLineageEventRequest other)static CreateLineageEventRequest.BuilderCreateLineageEventRequest. 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.
-