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