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