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 DeleteRunRequest
DeleteRunRequest.Builder. build()
DeleteRunRequest
DeleteRunRequest.Builder. buildPartial()
static DeleteRunRequest
DeleteRunRequest. getDefaultInstance()
DeleteRunRequest
DeleteRunRequest.Builder. getDefaultInstanceForType()
DeleteRunRequest
DeleteRunRequest. getDefaultInstanceForType()
static DeleteRunRequest
DeleteRunRequest. parseDelimitedFrom(InputStream input)
static DeleteRunRequest
DeleteRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRunRequest
DeleteRunRequest. parseFrom(byte[] data)
static DeleteRunRequest
DeleteRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRunRequest
DeleteRunRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteRunRequest
DeleteRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRunRequest
DeleteRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteRunRequest
DeleteRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRunRequest
DeleteRunRequest. parseFrom(InputStream input)
static DeleteRunRequest
DeleteRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteRunRequest
DeleteRunRequest. parseFrom(ByteBuffer data)
static DeleteRunRequest
DeleteRunRequest. 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 void
LineageGrpc.AsyncService. deleteRun(DeleteRunRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the run with the specified name.com.google.longrunning.Operation
LineageGrpc.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.void
LineageGrpc.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.Builder
DeleteRunRequest.Builder. mergeFrom(DeleteRunRequest other)
static DeleteRunRequest.Builder
DeleteRunRequest. 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.
-