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 UpdateRunRequestUpdateRunRequest.Builder. build()UpdateRunRequestUpdateRunRequest.Builder. buildPartial()static UpdateRunRequestUpdateRunRequest. getDefaultInstance()UpdateRunRequestUpdateRunRequest.Builder. getDefaultInstanceForType()UpdateRunRequestUpdateRunRequest. getDefaultInstanceForType()static UpdateRunRequestUpdateRunRequest. parseDelimitedFrom(InputStream input)static UpdateRunRequestUpdateRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRunRequestUpdateRunRequest. parseFrom(byte[] data)static UpdateRunRequestUpdateRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRunRequestUpdateRunRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateRunRequestUpdateRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRunRequestUpdateRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateRunRequestUpdateRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRunRequestUpdateRunRequest. parseFrom(InputStream input)static UpdateRunRequestUpdateRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRunRequestUpdateRunRequest. parseFrom(ByteBuffer data)static UpdateRunRequestUpdateRunRequest. 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.BuilderUpdateRunRequest.Builder. mergeFrom(UpdateRunRequest other)static UpdateRunRequest.BuilderUpdateRunRequest. newBuilder(UpdateRunRequest prototype)RunLineageClient. updateRun(UpdateRunRequest request)Updates a run.default voidLineageGrpc.AsyncService. updateRun(UpdateRunRequest request, io.grpc.stub.StreamObserver<Run> responseObserver)Updates a run.RunLineageGrpc.LineageBlockingStub. updateRun(UpdateRunRequest request)Updates a run.com.google.common.util.concurrent.ListenableFuture<Run>LineageGrpc.LineageFutureStub. updateRun(UpdateRunRequest request)Updates a run.voidLineageGrpc.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.
-