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