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