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 DeleteLineageEventRequestDeleteLineageEventRequest.Builder. build()DeleteLineageEventRequestDeleteLineageEventRequest.Builder. buildPartial()static DeleteLineageEventRequestDeleteLineageEventRequest. getDefaultInstance()DeleteLineageEventRequestDeleteLineageEventRequest.Builder. getDefaultInstanceForType()DeleteLineageEventRequestDeleteLineageEventRequest. getDefaultInstanceForType()static DeleteLineageEventRequestDeleteLineageEventRequest. parseDelimitedFrom(InputStream input)static DeleteLineageEventRequestDeleteLineageEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(byte[] data)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(InputStream input)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLineageEventRequestDeleteLineageEventRequest. parseFrom(ByteBuffer data)static DeleteLineageEventRequestDeleteLineageEventRequest. 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 voidLineageClient. deleteLineageEvent(DeleteLineageEventRequest request)Deletes the lineage event with the specified name.default voidLineageGrpc.AsyncService. deleteLineageEvent(DeleteLineageEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the lineage event with the specified name.com.google.protobuf.EmptyLineageGrpc.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.voidLineageGrpc.LineageStub. deleteLineageEvent(DeleteLineageEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the lineage event with the specified name.DeleteLineageEventRequest.BuilderDeleteLineageEventRequest.Builder. mergeFrom(DeleteLineageEventRequest other)static DeleteLineageEventRequest.BuilderDeleteLineageEventRequest. 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.
-