deleteLog method
Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
Implementation
$grpc.ResponseFuture<$1.Empty> deleteLog(
$0.DeleteLogRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deleteLog, request, options: options);
}