Uses of Class
com.google.cloud.datacatalog.lineage.v1.DeleteProcessRequest
-
Packages that use DeleteProcessRequest Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage APIcom.google.cloud.datacatalog.lineage.v1.stub -
-
Uses of DeleteProcessRequest in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return DeleteProcessRequest Modifier and Type Method Description DeleteProcessRequestDeleteProcessRequest.Builder. build()DeleteProcessRequestDeleteProcessRequest.Builder. buildPartial()static DeleteProcessRequestDeleteProcessRequest. getDefaultInstance()DeleteProcessRequestDeleteProcessRequest.Builder. getDefaultInstanceForType()DeleteProcessRequestDeleteProcessRequest. getDefaultInstanceForType()static DeleteProcessRequestDeleteProcessRequest. parseDelimitedFrom(InputStream input)static DeleteProcessRequestDeleteProcessRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteProcessRequestDeleteProcessRequest. parseFrom(byte[] data)static DeleteProcessRequestDeleteProcessRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteProcessRequestDeleteProcessRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteProcessRequestDeleteProcessRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteProcessRequestDeleteProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteProcessRequestDeleteProcessRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteProcessRequestDeleteProcessRequest. parseFrom(InputStream input)static DeleteProcessRequestDeleteProcessRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteProcessRequestDeleteProcessRequest. parseFrom(ByteBuffer data)static DeleteProcessRequestDeleteProcessRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type DeleteProcessRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteProcessRequest,com.google.longrunning.Operation>LineageClient. deleteProcessCallable()Deletes the process with the specified name.com.google.api.gax.rpc.OperationCallable<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageClient. deleteProcessOperationCallable()Deletes the process with the specified name.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageSettings.Builder. deleteProcessOperationSettings()Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.OperationCallSettings<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageSettings. deleteProcessOperationSettings()Returns the object with the settings used for calls to deleteProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessRequest,com.google.longrunning.Operation>LineageSettings.Builder. deleteProcessSettings()Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.UnaryCallSettings<DeleteProcessRequest,com.google.longrunning.Operation>LineageSettings. deleteProcessSettings()Returns the object with the settings used for calls to deleteProcess.static io.grpc.MethodDescriptor<DeleteProcessRequest,com.google.longrunning.Operation>LineageGrpc. getDeleteProcessMethod()com.google.protobuf.Parser<DeleteProcessRequest>DeleteProcessRequest. getParserForType()static com.google.protobuf.Parser<DeleteProcessRequest>DeleteProcessRequest. parser()Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type DeleteProcessRequest Modifier and Type Method Description default voidLineageGrpc.AsyncService. deleteProcess(DeleteProcessRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes the process with the specified name.com.google.longrunning.OperationLineageGrpc.LineageBlockingStub. deleteProcess(DeleteProcessRequest request)Deletes the process with the specified name.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>LineageGrpc.LineageFutureStub. deleteProcess(DeleteProcessRequest request)Deletes the process with the specified name.voidLineageGrpc.LineageStub. deleteProcess(DeleteProcessRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes the process with the specified name.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>LineageClient. deleteProcessAsync(DeleteProcessRequest request)Deletes the process with the specified name.DeleteProcessRequest.BuilderDeleteProcessRequest.Builder. mergeFrom(DeleteProcessRequest other)static DeleteProcessRequest.BuilderDeleteProcessRequest. newBuilder(DeleteProcessRequest prototype) -
Uses of DeleteProcessRequest in com.google.cloud.datacatalog.lineage.v1.stub
Methods in com.google.cloud.datacatalog.lineage.v1.stub that return types with arguments of type DeleteProcessRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteProcessRequest,com.google.longrunning.Operation>GrpcLineageStub. deleteProcessCallable()com.google.api.gax.rpc.UnaryCallable<DeleteProcessRequest,com.google.longrunning.Operation>HttpJsonLineageStub. deleteProcessCallable()com.google.api.gax.rpc.UnaryCallable<DeleteProcessRequest,com.google.longrunning.Operation>LineageStub. deleteProcessCallable()com.google.api.gax.rpc.OperationCallable<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>GrpcLineageStub. deleteProcessOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>HttpJsonLineageStub. deleteProcessOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageStub. deleteProcessOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageStubSettings.Builder. deleteProcessOperationSettings()Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.OperationCallSettings<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>LineageStubSettings. deleteProcessOperationSettings()Returns the object with the settings used for calls to deleteProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessRequest,com.google.longrunning.Operation>LineageStubSettings.Builder. deleteProcessSettings()Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.UnaryCallSettings<DeleteProcessRequest,com.google.longrunning.Operation>LineageStubSettings. deleteProcessSettings()Returns the object with the settings used for calls to deleteProcess.
-