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