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 CreateRunRequest
CreateRunRequest.Builder. build()
CreateRunRequest
CreateRunRequest.Builder. buildPartial()
static CreateRunRequest
CreateRunRequest. getDefaultInstance()
CreateRunRequest
CreateRunRequest.Builder. getDefaultInstanceForType()
CreateRunRequest
CreateRunRequest. getDefaultInstanceForType()
static CreateRunRequest
CreateRunRequest. parseDelimitedFrom(InputStream input)
static CreateRunRequest
CreateRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRunRequest
CreateRunRequest. parseFrom(byte[] data)
static CreateRunRequest
CreateRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRunRequest
CreateRunRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateRunRequest
CreateRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRunRequest
CreateRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateRunRequest
CreateRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRunRequest
CreateRunRequest. parseFrom(InputStream input)
static CreateRunRequest
CreateRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRunRequest
CreateRunRequest. parseFrom(ByteBuffer data)
static CreateRunRequest
CreateRunRequest. 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 Run
LineageClient. createRun(CreateRunRequest request)
Creates a new run.default void
LineageGrpc.AsyncService. createRun(CreateRunRequest request, io.grpc.stub.StreamObserver<Run> responseObserver)
Creates a new run.Run
LineageGrpc.LineageBlockingStub. createRun(CreateRunRequest request)
Creates a new run.com.google.common.util.concurrent.ListenableFuture<Run>
LineageGrpc.LineageFutureStub. createRun(CreateRunRequest request)
Creates a new run.void
LineageGrpc.LineageStub. createRun(CreateRunRequest request, io.grpc.stub.StreamObserver<Run> responseObserver)
Creates a new run.CreateRunRequest.Builder
CreateRunRequest.Builder. mergeFrom(CreateRunRequest other)
static CreateRunRequest.Builder
CreateRunRequest. 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.
-